added default detector for winSize(64,128) for hog on gpu

This commit is contained in:
Anatoly Baksheev
2010-11-16 12:33:19 +00:00
parent be54f1237a
commit edff674105
4 changed files with 11 additions and 2 deletions

View File

@@ -109,6 +109,8 @@ struct CV_GpuHogTest : public CvTest
cv::gpu::HOGDescriptor hog;
hog.setSVMDetector(cv::gpu::HOGDescriptor::getDefaultPeopleDetector());
//cpu detector may be updated soon
//hog.setSVMDetector(cv::HOGDescriptor::getDefaultPeopleDetector());
std::vector<cv::Point> locations;