data_weight | cv::gpu::StereoBeliefPropagation | |
DEFAULT_ITERS enum value | cv::gpu::StereoBeliefPropagation | |
DEFAULT_LEVELS enum value | cv::gpu::StereoBeliefPropagation | |
DEFAULT_NDISP enum value | cv::gpu::StereoBeliefPropagation | |
disc_single_jump | cv::gpu::StereoBeliefPropagation | |
estimateRecommendedParams(int width, int height, int &ndisp, int &iters, int &levels) | cv::gpu::StereoBeliefPropagation | static |
iters | cv::gpu::StereoBeliefPropagation | |
levels | cv::gpu::StereoBeliefPropagation | |
max_data_term | cv::gpu::StereoBeliefPropagation | |
max_disc_term | cv::gpu::StereoBeliefPropagation | |
msg_type | cv::gpu::StereoBeliefPropagation | |
ndisp | cv::gpu::StereoBeliefPropagation | |
operator()(const GpuMat &left, const GpuMat &right, GpuMat &disparity, Stream &stream=Stream::Null()) | cv::gpu::StereoBeliefPropagation | |
operator()(const GpuMat &data, GpuMat &disparity, Stream &stream=Stream::Null()) | cv::gpu::StereoBeliefPropagation | |
StereoBeliefPropagation(int ndisp=DEFAULT_NDISP, int iters=DEFAULT_ITERS, int levels=DEFAULT_LEVELS, int msg_type=CV_32F) | cv::gpu::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::gpu::StereoBeliefPropagation | |