Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dkeypoint.cpp105 void KeyPointsFilter::runByImageBorder( std::vector<KeyPoint>& keypoints, Size imageSize, int borde… in runByImageBorder() function in cv::KeyPointsFilter
Dorb.cpp834 KeyPointsFilter::runByImageBorder(keypoints, img.size(), edgeThreshold); in computeKeyPoints()
1089 KeyPointsFilter::runByImageBorder(keypoints, image.size(), edgeThreshold); in detectAndCompute()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp106 … static void runByImageBorder( std::vector<KeyPoint>& keypoints, Size imageSize, int borderSize );