Object detection and classification
Hello,
I'm a beginner and i have to develop a programme which can detect two objects a circle and a square. I need to reconize the color and the form these objects. Forms : circle an a square Color : red or yellow
Please can you to help on how i can proceed. I work on a raspberry pi projet which will detect object using pi camera.
Thanks
The more you know about what you are looking for the easier it is to find. Will the camera be calibrated so that the circle is likely to be able to be detected by hough circle? Is the square likely to always be upright?
Take a look at the OpenCV tutorials that have to do with object and/or feature detection and you will find examples.
Thanks i have found many samples and it's work fine. But i want something which can open pi camera and take the pictures.
See The HighGui examples of how to open a camera.