How to check the color variation in the ROI of an image
조회 수: 2 (최근 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
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Color에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!