How can i extract the component H of only the region of interest?
1 次查看(过去 30 天)
显示 更早的评论
Hello
To calculate the difference between the value h of an image and values from tab, I used these lines.
h=HSV(:,:,1);
d = abs(h - tab(i,1));
Now how can i extract the H of only the region of interest because I want to calculate the difference between the value h of only the region of interest of the image and the values from tab. knowing that bw is the binairy mask of the segmented image. thanks
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!