Searched defs:setWTA_K (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/ | ||
D | orb.cpp | 376 virtual void setWTA_K(int wta_k) { WTA_K_ = wta_k; } in setWTA_K() function in __anon67be78520111::ORB_Impl |
/external/opencv3/modules/features2d/src/ | ||
D | orb.cpp | 678 void setWTA_K(int wta_k_) { wta_k = wta_k_; } in setWTA_K() function in cv::ORB_Impl |