算法() | cv::Algorithm | |
清除() | cv::Algorithm | inlinevirtual |
compute(InputArray left, InputArray right, OutputArray disparity, Stream &stream)=0 | cv::cuda::StereoBM | 纯虚函数 |
cv::StereoBM::compute(InputArray left, InputArray right, OutputArray disparity)=0 | cv::StereoMatcher | 纯虚函数 |
create(int numDisparities=0, int blockSize=21) | cv::StereoBM | 静态 |
DISP_SCALE 枚举值 | cv::StereoMatcher | |
DISP_SHIFT 枚举值 | cv::StereoMatcher | |
empty() const | cv::Algorithm | inlinevirtual |
getBlockSize() const =0 | cv::StereoMatcher | 纯虚函数 |
getDefaultName() const | cv::Algorithm | 虚拟 |
getDisp12MaxDiff() const =0 | cv::StereoMatcher | 纯虚函数 |
getMinDisparity() const =0 | cv::StereoMatcher | 纯虚函数 |
getNumDisparities() const =0 | cv::StereoMatcher | 纯虚函数 |
getPreFilterCap() const =0 | cv::StereoBM | 纯虚函数 |
getPreFilterSize() const =0 | cv::StereoBM | 纯虚函数 |
getPreFilterType() const =0 | cv::StereoBM | 纯虚函数 |
getROI1() const =0 | cv::StereoBM | 纯虚函数 |
getROI2() const =0 | cv::StereoBM | 纯虚函数 |
getSmallerBlockSize() const =0 | cv::StereoBM | 纯虚函数 |
getSpeckleRange() const =0 | cv::StereoMatcher | 纯虚函数 |
getSpeckleWindowSize() const =0 | cv::StereoMatcher | 纯虚函数 |
getTextureThreshold() const =0 | cv::StereoBM | 纯虚函数 |
getUniquenessRatio() const =0 | cv::StereoBM | 纯虚函数 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
PREFILTER_NORMALIZED_RESPONSE 枚举值 | cv::StereoBM | |
PREFILTER_XSOBEL 枚举值 | cv::StereoBM | |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
save(const String &filename) const | cv::Algorithm | 虚拟 |
setBlockSize(int blockSize)=0 | cv::StereoMatcher | 纯虚函数 |
setDisp12MaxDiff(int disp12MaxDiff)=0 | cv::StereoMatcher | 纯虚函数 |
setMinDisparity(int minDisparity)=0 | cv::StereoMatcher | 纯虚函数 |
setNumDisparities(int numDisparities)=0 | cv::StereoMatcher | 纯虚函数 |
setPreFilterCap(int preFilterCap)=0 | cv::StereoBM | 纯虚函数 |
setPreFilterSize(int preFilterSize)=0 | cv::StereoBM | 纯虚函数 |
setPreFilterType(int preFilterType)=0 | cv::StereoBM | 纯虚函数 |
setROI1(Rect roi1)=0 | cv::StereoBM | 纯虚函数 |
setROI2(Rect roi2)=0 | cv::StereoBM | 纯虚函数 |
setSmallerBlockSize(int blockSize)=0 | cv::StereoBM | 纯虚函数 |
setSpeckleRange(int speckleRange)=0 | cv::StereoMatcher | 纯虚函数 |
setSpeckleWindowSize(int speckleWindowSize)=0 | cv::StereoMatcher | 纯虚函数 |
setTextureThreshold(int textureThreshold)=0 | cv::StereoBM | 纯虚函数 |
setUniquenessRatio(int uniquenessRatio)=0 | cv::StereoBM | 纯虚函数 |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | 受保护的 |
~Algorithm() | cv::Algorithm | 虚拟 |