#include <contrib.hpp>
|
CV_WRAP | StereoVar () |
| the default constructor More...
|
|
CV_WRAP | StereoVar (int levels, double pyrScale, int nIt, int minDisp, int maxDisp, int poly_n, double poly_sigma, float fi, float lambda, int penalization, int cycle, int flags) |
| the full constructor taking all the necessary algorithm parameters More...
|
|
virtual | ~StereoVar () |
| the destructor More...
|
|
| CV_WRAP_AS (compute) virtual void operator()(const Mat &left |
| the stereo correspondence operator that computes disparity map for the specified rectified stereo pair More...
|
|
Enumerator |
---|
USE_INITIAL_DISPARITY |
|
USE_EQUALIZE_HIST |
|
USE_SMART_ID |
|
USE_AUTO_PARAMS |
|
USE_MEDIAN_FILTERING |
|
Enumerator |
---|
CYCLE_O |
|
CYCLE_V |
|
Enumerator |
---|
PENALIZATION_TICHONOV |
|
PENALIZATION_CHARBONNIER |
|
PENALIZATION_PERONA_MALIK |
|
CV_WRAP cv::StereoVar::StereoVar |
( |
| ) |
|
CV_WRAP cv::StereoVar::StereoVar |
( |
int |
levels, |
|
|
double |
pyrScale, |
|
|
int |
nIt, |
|
|
int |
minDisp, |
|
|
int |
maxDisp, |
|
|
int |
poly_n, |
|
|
double |
poly_sigma, |
|
|
float |
fi, |
|
|
float |
lambda, |
|
|
int |
penalization, |
|
|
int |
cycle, |
|
|
int |
flags |
|
) |
| |
the full constructor taking all the necessary algorithm parameters
virtual cv::StereoVar::~StereoVar |
( |
| ) |
|
|
virtual |
cv::StereoVar::CV_WRAP_AS |
( |
compute |
| ) |
const |
the stereo correspondence operator that computes disparity map for the specified rectified stereo pair
const Mat& cv::StereoVar::right |
const Mat CV_OUT Mat& cv::StereoVar::disp |
CV_PROP_RW int cv::StereoVar::levels |
CV_PROP_RW double cv::StereoVar::pyrScale |
CV_PROP_RW int cv::StereoVar::nIt |
CV_PROP_RW int cv::StereoVar::minDisp |
CV_PROP_RW int cv::StereoVar::maxDisp |
CV_PROP_RW int cv::StereoVar::poly_n |
CV_PROP_RW double cv::StereoVar::poly_sigma |
CV_PROP_RW float cv::StereoVar::fi |
CV_PROP_RW float cv::StereoVar::lambda |
CV_PROP_RW int cv::StereoVar::penalization |
CV_PROP_RW int cv::StereoVar::cycle |
CV_PROP_RW int cv::StereoVar::flags |
The documentation for this class was generated from the following file: