Background:
We are planning to use cameras on a conveyor system to count objects. In this specific case, we can't use sensors. All of my objects are pretty consistent, and will be easy to detect if they are present in the picture. I have been looking at Aforge and some other libraries, and it seems easy enough. This is what I want to do.
That being said, I do have some concerns. The filtering process, you have to specify a color you are searching for. My object is a solid color, but we all know there could be 100+ different rgb values on the specific point im looking at.
Is there some way to search a range of colors, or to see if a color is "like" a specific color?
This is my first go at any sort of image processing. I haven't tried anything yet, just about to get started and this was a concern before I even got started.
Any help would be greatly appreciated.