diff --git a/modules/objdetect/include/opencv2/objdetect.hpp b/modules/objdetect/include/opencv2/objdetect.hpp index 50bfd05bd9..bde149e16b 100644 --- a/modules/objdetect/include/opencv2/objdetect.hpp +++ b/modules/objdetect/include/opencv2/objdetect.hpp @@ -387,8 +387,8 @@ public: CV_WRAP virtual void detectMultiScale( const Mat& image, CV_OUT std::vector& objects, - std::vector& rejectLevels, - std::vector& levelWeights, + CV_OUT std::vector& rejectLevels, + CV_OUT std::vector& levelWeights, double scaleFactor=1.1, int minNeighbors=3, int flags=0, Size minSize=Size(),