#include "agast_score.hpp"
|
| cv |
| "black box" representation of the file storage associated with a file on disk.
|
|
|
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) |
|