export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298)

This commit is contained in:
Vadim Pisarevsky 2011-08-12 07:50:55 +00:00
parent 67a98bfd24
commit 02c98152d7

View File

@ -511,8 +511,8 @@ public:
CV_WRAP virtual void computeGradient(const Mat& img, CV_OUT Mat& grad, CV_OUT Mat& angleOfs,
Size paddingTL=Size(), Size paddingBR=Size()) const;
static vector<float> getDefaultPeopleDetector();
static vector<float> getDaimlerPeopleDetector();
CV_WRAP static vector<float> getDefaultPeopleDetector();
CV_WRAP static vector<float> getDaimlerPeopleDetector();
CV_PROP Size winSize;
CV_PROP Size blockSize;