Searched defs:getDisp12MaxDiff (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/java/src/ | ||
D | calib3d+StereoMatcher.java | 181 public int getDisp12MaxDiff() in getDisp12MaxDiff() method in StereoMatcher |
/external/opencv3/modules/cudastereo/src/ | ||
D | stereobm.cpp | 89 int getDisp12MaxDiff() const { return 0; } in getDisp12MaxDiff() function in __anon253718cd0111::StereoBMImpl |
D | stereocsbp.cpp | 84 int getDisp12MaxDiff() const { return 0; } in getDisp12MaxDiff() function in __anon8392e7460111::StereoCSBPImpl |
D | stereobp.cpp | 102 int getDisp12MaxDiff() const { return 0; } in getDisp12MaxDiff() function in __anon256d62500111::StereoBPImpl |
/external/opencv3/modules/calib3d/src/ | ||
D | stereosgbm.cpp | 883 int getDisp12MaxDiff() const { return params.disp12MaxDiff; } in getDisp12MaxDiff() function in cv::StereoSGBMImpl |
D | stereobm.cpp | 1189 int getDisp12MaxDiff() const { return params.disp12MaxDiff; } in getDisp12MaxDiff() function in cv::StereoBMImpl |