identify basic geometric shapes in image [closed]

4

I have to identify and catalog geometric perfumes. such as the following images: The images will always be scanned in black and white, and the actual size. and will always consist of geometric forms, such as circumferences, rectangles, ellipses ...

The idea is to find similar profiles, that is given another profile, search the ones I have cataloged and present them by level of similarity.

Is there any way to develop an algorithm for this? Where do I start? links to documentation Domino PHP; ASP ^ and C and I have a visual basic ideas.

    
asked by anonymous 05.07.2016 / 17:45

1 answer

0

Using C you can study the OpenCV library, much used for image processing.

This type of pattern you want to detect involves techniques such as Feature Detection and good knowledge in normalizing images.

Understanding computational vision algorithms like the one you want to implement requires a lot of study and dedication.

OpenCV documentation and download can be found at the following links:

Downloads

Documentation

I hope I have helped.

    
05.07.2016 / 19:50