hi there,
i have a project of motion detection/tracking objects with Gem, but i want to extract only the red channel and track only red objects, for that, when i use [colorRGB 1 0 0] i get the red channel but my problem is, a white object has RGB values of '1 1 1' too, so it's not really efficient detection of red, i tried to use hsv color map but i couldn't figure out how pix_rgb2hsv object could be used and how to get only some 'red' not 'white also'...
if somebody have any ideas , or can tell me what i'm doing wrong, i would appreciate.
thanks
kuzu