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

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 67a98bfd24
commit 02c98152d7
  1. 4
      modules/objdetect/include/opencv2/objdetect/objdetect.hpp

@ -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;

Loading…
Cancel
Save