Searched refs:runByImageBorder (Results 1 – 3 of 3) sorted by relevance
105 void KeyPointsFilter::runByImageBorder( std::vector<KeyPoint>& keypoints, Size imageSize, int borde… in runByImageBorder() function in cv::KeyPointsFilter
834 KeyPointsFilter::runByImageBorder(keypoints, img.size(), edgeThreshold); in computeKeyPoints()1089 KeyPointsFilter::runByImageBorder(keypoints, image.size(), edgeThreshold); in detectAndCompute()
106 … static void runByImageBorder( std::vector<KeyPoint>& keypoints, Size imageSize, int borderSize );