Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Help in using pattern recognition with open cv

Hello, I am required to able to detect a pattern, which is made of three round colored circle made up of green red and blue. The position of the circle will determine the name of the pattern. hence, if the video cam goes over pattern 1, which consists of only 3 red circles, it will be able to detect and display in the console pattern 1. I have complete the detect color but not yet able to detect the pattern of the color. I know I have to create a template of the pattern, but I am not sure where to start. Is there any simple examples of pattern recognition, I can try that later I may be able to modify to fit my code?

click to hide/show revision 2
retagged

updated 2013-05-23 07:42:21 -0600

SR gravatar image

Help in using pattern recognition with open cv

Hello, I am required to able to detect a pattern, which is made of three round colored circle made up of green red and blue. The position of the circle will determine the name of the pattern. hence, if the video cam goes over pattern 1, which consists of only 3 red circles, it will be able to detect and display in the console pattern 1. I have complete the detect color but not yet able to detect the pattern of the color. I know I have to create a template of the pattern, but I am not sure where to start. Is there any simple examples of pattern recognition, I can try that later I may be able to modify to fit my code?