projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a98bf
)
export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298)
author
Vadim Pisarevsky
<no@email>
Fri, 12 Aug 2011 07:50:55 +0000
(07:50 +0000)
committer
Vadim Pisarevsky
<no@email>
Fri, 12 Aug 2011 07:50:55 +0000
(07:50 +0000)
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
patch
|
blob
|
history
diff --git
a/modules/objdetect/include/opencv2/objdetect/objdetect.hpp
b/modules/objdetect/include/opencv2/objdetect/objdetect.hpp
index
9112fb0
..
aa6ed24
100644
(file)
--- a/
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
+++ b/
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;