mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Merge pull request #157 from vpisarev/bug_fixes5
This commit is contained in:
commit
590d1d8118
@ -583,7 +583,7 @@ namespace cv
|
|||||||
virtual ~StereoVar();
|
virtual ~StereoVar();
|
||||||
|
|
||||||
//! the stereo correspondence operator that computes disparity map for the specified rectified stereo pair
|
//! 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 int levels;
|
||||||
CV_PROP_RW double pyrScale;
|
CV_PROP_RW double pyrScale;
|
||||||
|
Loading…
Reference in New Issue
Block a user