Searched refs:estimateRecommendedParams (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudastereo/include/opencv2/ |
D | cudastereo.hpp | 177 … static void estimateRecommendedParams(int width, int height, int& ndisp, int& iters, int& levels); 229 …static void estimateRecommendedParams(int width, int height, int& ndisp, int& iters, int& levels, …
|
/external/opencv3/modules/cudastereo/src/ |
D | stereobp.cpp | 50 void cv::cuda::StereoBeliefPropagation::estimateRecommendedParams(int, int, int&, int&, int&) { thr… in estimateRecommendedParams() function in cv::cuda::StereoBeliefPropagation 367 void cv::cuda::StereoBeliefPropagation::estimateRecommendedParams(int width, int height, int& ndisp… in estimateRecommendedParams() function in cv::cuda::StereoBeliefPropagation
|
D | stereocsbp.cpp | 50 void cv::cuda::StereoConstantSpaceBP::estimateRecommendedParams(int, int, int&, int&, int&, int&) {… in estimateRecommendedParams() function in cv::cuda::StereoConstantSpaceBP 342 void cv::cuda::StereoConstantSpaceBP::estimateRecommendedParams(int width, int height, int& ndisp, … in estimateRecommendedParams() function in cv::cuda::StereoConstantSpaceBP
|