image processing - Geometric shape recognition using c++ -
lately need integrate geometric shape recognition drawing application working on , looking c++ libraries that.the idea :for example when user draws close circle program should draw regular circle in bounding rectangle.it great same on rectangles,triangles etc.
suggestions , pointers should appreciated.thanks.
i recommend using opencv sort of image processing , recognition. supports describe out of box , runs in c++.
if don't want use c++, shapematcher might you're looking (or along lines of it)
Comments
Post a Comment