論文插圖配色拷貝軟件介紹
當(dāng)我們閱讀論文時,看到有的圖片顏色很好看,自己畫圖也想用這個顏色時就會遇到一個問題:如何知道這個顏色對應(yīng)的RGB?這里介紹筆者開發(fā)的插圖配色拷貝軟件(下載鏈接:https://www.researchgate.net/project/Color-copy-software)。
Step0: 將MATLAB目錄改為colorcopy.mlApp所在的目錄,并將colorcopy.mlApp移到MATLAB命令行窗口,即可打開軟件,如下圖所示
Change the directory of MATLAB to the directory where colorcopy.mlApp locates, open the software by moving colorcopy.mlApp to the command window of MATLAB
?

Step1: 點擊load picture,加載圖片
Load picture by click ‘load picture’

Step2:用鼠標(biāo)左鍵在圖片上選點,以enter鍵結(jié)束選點
Select points on the picture with the left mouse button, and end the selection with the Enter key
?
Step3: 將RGB保存到當(dāng)前目錄
Save RGB.mat to current directory
?

RGB變量3行3列,每行代表一個點的R,G,B
RGB variables have 3 rows and 3 columns, and each row represents R, G and B of a point
?

?
Note: ?1、建議使用MATLAB2019b及更新的版本 (use MATLAB 2019b or higher versions)
??????2、使用MATLAB的App designer打開colorcopy.mlApp后可以看到軟件的源代碼,用戶可以根據(jù)自己的需要修改代碼,生成自己的專屬軟件!(Users can read and modify the code of this software using App designer of MATLAB)