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 __anonf8e367770111::ORB_Impl |
| /external/opencv3/modules/features2d/src/ | ||
| D | orb.cpp | 669 void setNLevels(int nlevels_) { nlevels = nlevels_; } in setNLevels() function in cv::ORB_Impl |