mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
added CV_OUT to StereoVar output paramiter
This commit is contained in:
parent
72a63922d2
commit
9cfa51a483
@ -583,7 +583,7 @@ namespace cv
|
||||
virtual ~StereoVar();
|
||||
|
||||
//! the stereo correspondence operator that computes disparity map for the specified rectified stereo pair
|
||||
CV_WRAP_AS(compute) virtual void operator()(const Mat& left, const Mat& right, Mat& disp);
|
||||
CV_WRAP_AS(compute) virtual void operator()(const Mat& left, const Mat& right, CV_OUT Mat& disp);
|
||||
|
||||
CV_PROP_RW int levels;
|
||||
CV_PROP_RW double pyrScale;
|
||||
|
Loading…
Reference in New Issue
Block a user