#include <ocl.hpp>
§ anonymous enum
Enumerator |
---|
BASIC_PRESET | |
PREFILTER_XSOBEL | |
§ anonymous enum
Enumerator |
---|
DEFAULT_NDISP | |
DEFAULT_WINSZ | |
§ StereoBM_OCL() [1/2]
cv::ocl::StereoBM_OCL::StereoBM_OCL |
( |
| ) |
|
§ StereoBM_OCL() [2/2]
the full constructor taking the camera-specific preset, number of disparities and the SAD window size. ndisparities must be multiple of 8.
§ checkIfGpuCallReasonable()
static bool cv::ocl::StereoBM_OCL::checkIfGpuCallReasonable |
( |
| ) |
|
|
static |
Some heuristics that tries to estmate.
§ operator()()
the stereo correspondence operator. Finds the disparity for the specified rectified stereo pair Output disparity has CV_8U type.
§ avergeTexThreshold
float cv::ocl::StereoBM_OCL::avergeTexThreshold |
§ ndisp
int cv::ocl::StereoBM_OCL::ndisp |
§ preset
int cv::ocl::StereoBM_OCL::preset |
§ winSize
int cv::ocl::StereoBM_OCL::winSize |
The documentation for this class was generated from the following file: