export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298)
This commit is contained in:
parent
67a98bfd24
commit
02c98152d7
@ -511,8 +511,8 @@ public:
|
|||||||
CV_WRAP virtual void computeGradient(const Mat& img, CV_OUT Mat& grad, CV_OUT Mat& angleOfs,
|
CV_WRAP virtual void computeGradient(const Mat& img, CV_OUT Mat& grad, CV_OUT Mat& angleOfs,
|
||||||
Size paddingTL=Size(), Size paddingBR=Size()) const;
|
Size paddingTL=Size(), Size paddingBR=Size()) const;
|
||||||
|
|
||||||
static vector<float> getDefaultPeopleDetector();
|
CV_WRAP static vector<float> getDefaultPeopleDetector();
|
||||||
static vector<float> getDaimlerPeopleDetector();
|
CV_WRAP static vector<float> getDaimlerPeopleDetector();
|
||||||
|
|
||||||
CV_PROP Size winSize;
|
CV_PROP Size winSize;
|
||||||
CV_PROP Size blockSize;
|
CV_PROP Size blockSize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user