Working with Color Detection using OpenCV

I have been working with color detection using OpenCV. The color detection appears to work well with colors like orange; however, it doesn't work well with white.  Below are two images that show this fact. The first is a photo of an organ lamborghini. 



As we can we the color detection picks up the orange well.  Using color detection was pretty simple with this photo.

Here is a photo of a panda using color detection.




With this photo, detecting white was not that easy. We can see that the color detection around the stomach of the panda is not clear.  I also had some problems around the panda's mouth.

 I will have to use more photos to see if the problems are related to the photo or the color.


Comments

Popular posts from this blog

Maze Game in Python using Turtle

Space Wars- Python 3