OpenCV  4.5.2
Open Source Computer Vision
Namespaces | Functions
features2d/doc/agast_score.txt File Reference
#include "agast_score.hpp"

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 

Functions

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)