08-12-2009 01:34 AM - edited 08-12-2009 01:38 AM
how can i enhance the orange color in an image,not a specific spectrum,either dark or light orange (in a green field)?
and then how to detect that part of image ?
08-12-2009 01:46 AM
08-12-2009 05:24 AM
08-12-2009 01:06 PM
I mean a way to enhance the orange color in order to finding the orange ball better ( in a green field )
how can i do that ? i tried extracting the red plane but that was not so helpfull . how can i do that with color image processing?
08-12-2009 01:42 PM
Extract the hue color plane from the color image. The ball should be a different hue value than the background. If you threshold in the orange range, you should get a highlight for the ball.
Bruce
08-15-2009 09:31 AM
i already tried threshold but it did not work correctly (because of the shadows under the ball).i also used some kernel, filters, but it wasn't so helpfull.
could you show me an example which detects the orange ball in green background?
08-15-2009 07:11 PM
Extracting the hue color plane should give you a fairly high contrast image. All the orange pixels will be one hue value, and all the green pixels will be a different hue value. Brightness and saturation are ignored, so bright orange and dark orange should show up as the same hue. Same thing for green.
Can you post a sample image that we can work with? This makes it easier to understand the problems you are encountering, and we can provide more helpful suggestions.
Bruce
08-17-2009 01:28 AM
08-17-2009 01:33 AM
08-17-2009 02:26 AM
I appreciate your cooporation, here i attach these two images which i want to detect the orange ball from. as you can see the shadow and the light affect on the detection and this is my problem.
please help me in detail, so that i can exactly detect the ball in the image.
thanks