Ask Your Question

natadmin's profile - activity

2013-12-14 06:49:09 -0600 answered a question [RESOLVED] HOGDescriptor Error: Assertion Failed!

include <opencv cv="">

2013-11-15 03:09:12 -0600 answered a question full body detection with c+

have error line

for( int j = 0; j < bodys.size(); j++ ) { Point center( bodys[j].x + bodys[j].width0.5, bodys[j].y+ + bodys[j].height0.5 ); ellipse( frame, center, Size( bodys[j].width0.5, bodys[j].height0.5), 0, 0, 360, Scalar( 255, 0, 255 ), 4, 8, 0 ); }