#include "agast_score.hpp"
|
| template<> |
| int | cv::agast_cornerScore< AgastFeatureDetector::AGAST_5_8 > (const uchar *ptr, const int pixel[], int threshold) |
| |
| template<> |
| int | cv::agast_cornerScore< AgastFeatureDetector::AGAST_7_12d > (const uchar *ptr, const int pixel[], int threshold) |
| |
| template<> |
| int | cv::agast_cornerScore< AgastFeatureDetector::AGAST_7_12s > (const uchar *ptr, const int pixel[], int threshold) |
| |
| template<> |
| int | cv::agast_cornerScore< AgastFeatureDetector::OAST_9_16 > (const uchar *ptr, const int pixel[], int threshold) |
| |
| void | cv::makeAgastOffsets (int pixel[16], int rowStride, int type) |
| |