mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
mark multiple return arguments for python bindings
This commit is contained in:
parent
78c70ab948
commit
297e6d0b73
@ -387,8 +387,8 @@ public:
|
||||
|
||||
CV_WRAP virtual void detectMultiScale( const Mat& image,
|
||||
CV_OUT std::vector<Rect>& objects,
|
||||
std::vector<int>& rejectLevels,
|
||||
std::vector<double>& levelWeights,
|
||||
CV_OUT std::vector<int>& rejectLevels,
|
||||
CV_OUT std::vector<double>& levelWeights,
|
||||
double scaleFactor=1.1,
|
||||
int minNeighbors=3, int flags=0,
|
||||
Size minSize=Size(),
|
||||
|
Loading…
Reference in New Issue
Block a user