how to differentiate the same color objects with different intensity?

asked 2014-06-02 03:33:31 -0600

jeevan gravatar image

updated 2014-06-02 03:34:39 -0600

image description

hi, In the given image, There are 3 leather pieces of brown color and among them one is dark brown in color[the rectangular smaller piece with high intensity].I have to highlight that odd piece(dark brown piece).The procedure i followed in my code is 1.converted given image to HSV 2.checked the saturation range(S value) as well as the brightness range (V value) of the odd piece and other two light intensity pieces. But the problem is ,The odd piece values(both s and v value ranges) overlaps with the the other two pieces(light intensity) values.so,which color model best suits for this problem? if illumination changes the values get again changed,how to tackle this problem?what type of camera should i have to use?.please help me asap

edit retag flag offensive close merge delete