Geometric shape recognition using c++
General and Desktop
3
Posts
2
Posters
1.4k
Views
1
Watching
-
Hi all,
lately I need to integrate geometric shape recognition into a drawing application that I am working on and I am looking for c++ libraries that could help with that.The idea is like this :For example when a user draws something that is close to a circle the program should draw a regular circle in the bounding rectangle.It would be great to do the same on rectangles,triangles etc.Suggestions and pointers should really be appreciated.Thanks.
-
does your drawing application take advantages of QGraphicsView?