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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -