Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp367 virtual void setNLevels(int nlevels) { nLevels_ = nlevels; } in setNLevels() function in __anon67be78520111::ORB_Impl
/external/opencv3/modules/features2d/src/
Dorb.cpp669 void setNLevels(int nlevels_) { nlevels = nlevels_; } in setNLevels() function in cv::ORB_Impl