Searched defs:setNLevels (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/ | ||
D | orb.cpp | 367 virtual void setNLevels(int nlevels) { nLevels_ = nlevels; } in setNLevels() function in __anon67be78520111::ORB_Impl |
/external/opencv3/modules/features2d/src/ | ||
D | orb.cpp | 669 void setNLevels(int nlevels_) { nlevels = nlevels_; } in setNLevels() function in cv::ORB_Impl |