OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::stereo::Matching, including all inherited members.
blockAgregation(const Mat &partialSums, int windowSize, Mat &cost) | cv::stereo::Matching | inlineprotected |
costGathering(const Mat &hammingDistanceCost, Mat &cost) | cv::stereo::Matching | inlineprotected |
dispartyMapFormation(const Mat &costVolume, Mat &mapFinal, int th) | cv::stereo::Matching | inlineprotected |
getConfidence() | cv::stereo::Matching | inlineprotected |
getMaxDisparity() | cv::stereo::Matching | inlineprotected |
getScallingFactor() | cv::stereo::Matching | inlineprotected |
hammingDistanceBlockMatching(const Mat &leftImage, const Mat &rightImage, Mat &cost, const int kernelSize=9) | cv::stereo::Matching | inlineprotected |
Matching(void) | cv::stereo::Matching | inline |
Matching(int maxDisp, int scalling=4, int confidence=6) | cv::stereo::Matching | inline |
Median1x9Filter(const Mat &originalImage, Mat &filteredImage) | cv::stereo::Matching | inline |
Median9x1Filter(const Mat &originalImage, Mat &filteredImage) | cv::stereo::Matching | inline |
puss | cv::stereo::Matching | protected |
setConfidence(double val) | cv::stereo::Matching | inlineprotected |
setMaxDisparity(int val) | cv::stereo::Matching | inlineprotected |
setScallingFactor(int val) | cv::stereo::Matching | inlineprotected |
smallRegionRemoval(const Mat ¤tMap, int t, Mat &out) | cv::stereo::Matching | inlineprotected |
speckleX | cv::stereo::Matching | protected |
speckleY | cv::stereo::Matching | protected |
~Matching(void) | cv::stereo::Matching | inline |