Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp382 virtual void setPatchSize(int patchSize) { patchSize_ = patchSize; } in setPatchSize() function in __anon67be78520111::ORB_Impl
/external/opencv3/modules/features2d/src/
Dorb.cpp684 void setPatchSize(int patchSize_) { patchSize = patchSize_; } in setPatchSize() function in cv::ORB_Impl