This is the complete list of members for cv::ocl::StereoBeliefPropagation, including all inherited members.
data_weight | cv::ocl::StereoBeliefPropagation | |
DEFAULT_ITERS enum value | cv::ocl::StereoBeliefPropagation | |
DEFAULT_LEVELS enum value | cv::ocl::StereoBeliefPropagation | |
DEFAULT_NDISP enum value | cv::ocl::StereoBeliefPropagation | |
disc_single_jump | cv::ocl::StereoBeliefPropagation | |
estimateRecommendedParams(int width, int height, int &ndisp, int &iters, int &levels) | cv::ocl::StereoBeliefPropagation | static |
iters | cv::ocl::StereoBeliefPropagation | |
levels | cv::ocl::StereoBeliefPropagation | |
max_data_term | cv::ocl::StereoBeliefPropagation | |
max_disc_term | cv::ocl::StereoBeliefPropagation | |
msg_type | cv::ocl::StereoBeliefPropagation | |
ndisp | cv::ocl::StereoBeliefPropagation | |
operator()(const oclMat &left, const oclMat &right, oclMat &disparity) | cv::ocl::StereoBeliefPropagation | |
operator()(const oclMat &data, oclMat &disparity) | cv::ocl::StereoBeliefPropagation | |
StereoBeliefPropagation(int ndisp=DEFAULT_NDISP, int iters=DEFAULT_ITERS, int levels=DEFAULT_LEVELS, int msg_type=CV_16S) | cv::ocl::StereoBeliefPropagation | explicit |
StereoBeliefPropagation(int ndisp, int iters, int levels, float max_data_term, float data_weight, float max_disc_term, float disc_single_jump, int msg_type=CV_32F) | cv::ocl::StereoBeliefPropagation | |