How to check the color variation in the ROI of an image

5 次查看(过去 30 天)
Hi All,
I have many coloured images,please could anyone tell me how to check the color variation in the ROI (segmented image) of an image?
thanks in advance

回答(1 个)

Image Analyst
Image Analyst 2014-2-15
One reasonable way would be to calculate the mean color of the image. Then calculate the delta E (color difference) from every pixel to that mean color. Then histogram the delta E image. See http://www.mathworks.com/matlabcentral/fileexchange/31118-color-segmentation-by-delta-e-color-difference
Or you might want to calculate the Color Frequency Image

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by