Home
last modified time | relevance | path

Searched refs:getAgastPoints (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dbrisk.cpp162 getAgastPoints(int threshold, std::vector<cv::KeyPoint>& keypoints);
880 l.getAgastPoints(safeThreshold_, agastPoints[i]); in getKeypoints()
2105 BriskLayer::getAgastPoints(int threshold, std::vector<KeyPoint>& keypoints) in getAgastPoints() function in cv::BriskLayer