CodeRelease_ColorNormalization
CodeRelease_ColorNormalization copied to clipboard
This is the MATLAB code for stain separation and color normalization in computational pathology (histopathological images)
There are two folders, one for color normalization, and other for accelerated (fast) color normalization (for histological images). Each folder has a readme. Please download and install the SPAMS toolbox available at http://spams-devel.gforge.inria.fr/index.html.
Please install the SPAMS toolbox by following below steps or documentation at above URL:
- Download SPAMS toolbox. Go to spams-matlab folder.
- Run start_spams.
- Add the path of "spams-matlab" to current MATLAB session by executing following command on the MATLAB command prompt : "addpath(genpath('PathOfspams-matlab')". Note that you should give correct path of the spams-matlab folder here.
- Now the spams-matlab is added. Please go to any other folder and use readme file to run the code.