Home
last modified time | relevance | path

Searched defs:setFastThreshold (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp385 virtual void setFastThreshold(int fastThreshold) { fastThreshold_ = fastThreshold; } in setFastThreshold() function in __anon67be78520111::ORB_Impl
/external/opencv3/modules/features2d/src/
Dorb.cpp687 void setFastThreshold(int fastThreshold_) { fastThreshold = fastThreshold_; } in setFastThreshold() function in cv::ORB_Impl