From 02c98152d74c1e6396d24b12111b4b2a1e33a772 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Fri, 12 Aug 2011 07:50:55 +0000 Subject: [PATCH] export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298) --- modules/objdetect/include/opencv2/objdetect/objdetect.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/objdetect/include/opencv2/objdetect/objdetect.hpp b/modules/objdetect/include/opencv2/objdetect/objdetect.hpp index 9112fb0ee8..aa6ed24531 100644 --- 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 getDefaultPeopleDetector(); - static vector getDaimlerPeopleDetector(); + CV_WRAP static vector getDefaultPeopleDetector(); + CV_WRAP static vector getDaimlerPeopleDetector(); CV_PROP Size winSize; CV_PROP Size blockSize;