Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dagast_score.hpp58 int agast_cornerScore(const uchar* ptr, const int pixel[], int threshold);
Dbrisk.cpp2129 …score = (uchar)agast_cornerScore<AgastFeatureDetector::OAST_9_16>(&img_.at<uchar>(y, x), pixel_9_1… in getAgastScore()
2142 …int score = agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(&img_.at<uchar>(y, x), pixel_5_8_, … in getAgastScore_5_8()
Dagast.cpp7541 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_5_8> in AGAST()
7545 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_7_12d> in AGAST()
7549 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_7_12s> in AGAST()
7553 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::OAST_9_16> in AGAST()
Dagast_score.cpp94 int agast_cornerScore<AgastFeatureDetector::OAST_9_16>(const uchar* ptr, const int pixel[], int thr… in agast_cornerScore() function
2169 int agast_cornerScore<AgastFeatureDetector::AGAST_7_12d>(const uchar* ptr, const int pixel[], int t… in agast_cornerScore() function
3381 int agast_cornerScore<AgastFeatureDetector::AGAST_7_12s>(const uchar* ptr, const int pixel[], int t… in agast_cornerScore() function
9015 int agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(const uchar* ptr, const int pixel[], int thr… in agast_cornerScore() function