HOG with SVM

asked 2014-11-12 09:50:50 -0600

JavaEria gravatar image

updated 2018-02-04 02:38:47 -0600

I am currently trying to make multi-class classifer for basic geometric shapes(circle, square , rectangle , triangle). I wanted to use HOG for the samples in tranining set (200 HOGs for each shape) and use it in SVM classifier with one vs all mechanism. but as im new to pencv , i have no idea how will use HOG and one vs all mechanism, can someone please guide me on this issue ?

edit retag flag offensive close merge delete