Skip to content

The code and data in the paper <Spectral reflectance reconstruction using L1-norm penalization for colour reproduction>

Notifications You must be signed in to change notification settings

tendence/refl_L1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Updated Code and data for <Spectral reflectance reconstruction using L1-norm penalization for colour reproduction >

Computational colour science tool can be find in https://ww2.mathworks.cn/matlabcentral/fileexchange/40640-computational-colour-science-using-matlab-2e. Author is Professor Stephen Westland.

PRMLT is the matlab code written by Dr. Chen mo for book <Rattern Recognition and Machine Learning>.

======================================================================== data:

poly.txt: spectral data for all the polyester samples measured by Spectralphotometer. avatar

paper.txt: spectral data for all the polyester samples measured by Spectralphotometer. avatar

cotton.txt: spectral data for all the polyester samples measured by Spectralphotometer. avatar

nylon.txt: spectral data for all the polyester samples measured by Spectralphotometer. avatar

These data are 31-d data.

poly_resp.txt, paper_resp.txt, cotton_resp.txt, nylon_resp.txt: response data by MSI (multispectral imaging system). These data are 16-d data.

Code:

importance script: one_vs_3_method.m are the script file that runs the caparision.

important function:

func_pinv_ref_rec.m pseudo-inverse for reflectance reconstruction ;

func_l1_ref_rec.m L1-norm penalization for reflectance reconstruction;

func_wiener_ref_rec.m Wiener estimation for reflectance reconstruction;

func_l2_ref_rec.m L2-norm for reflectance reconstruction;

func_gp_ref_rec.m Kernel method for reflectance reconstruction;

func_batch_rms.m batch estimation of rms.

func_batch_cmcde21.m batch estimation of color difference of $$\Delta E_{cmc(2:1)}$$

L1 weight shown: avatar

L2 weight shown: avatar

Psedo-Inverse weight shown: avatar

About

The code and data in the paper <Spectral reflectance reconstruction using L1-norm penalization for colour reproduction>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages