Searched defs:getEdgeThreshold (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudastereo/src/ | ||
D | disparity_bilateral_filter.cpp | 74 double getEdgeThreshold() const { return edge_threshold_; } in getEdgeThreshold() function in __anon849b74390111::DispBilateralFilterImpl |
/external/opencv3/modules/cudafeatures2d/src/ | ||
D | orb.cpp | 371 virtual int getEdgeThreshold() const { return edgeThreshold_; } in getEdgeThreshold() function in __anon67be78520111::ORB_Impl |
/external/opencv3/modules/features2d/src/ | ||
D | orb.cpp | 673 int getEdgeThreshold() const { return edgeThreshold; } in getEdgeThreshold() function in cv::ORB_Impl |