CodeRelease_ColorNormalization icon indicating copy to clipboard operation
CodeRelease_ColorNormalization copied to clipboard

This is the MATLAB code for stain separation and color normalization in computational pathology (histopathological images)

Results 3 CodeRelease_ColorNormalization issues
Sort by recently updated
recently updated
newest added

Hi, Is the code for computing ground truth W and rRMSE available? Thanks!

When I run Demo_colornorm.m, I got the error 'Attempt to execute SCRIPT mexTrainDL as a function:' Thanks

I think, in L*a*b color space, L is between [0,100]. So the line below should divide by 100 rather than 255. https://github.com/abhishekvahadane/CodeRelease_ColorNormalization/blob/fc05020830eff1d4d3babfd654518618294334e8/SNMF%20stain%20separation%20and%20color%20normalization/BLtrans.m#L12