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

Classes

class  cv::AgastFeatureDetector_Impl
 

Namespaces

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

Functions

void cv::AGAST (InputArray _img, std::vector< KeyPoint > &keypoints, int threshold, bool nonmax_suppression, int type)
 
void cv::AGAST (InputArray image, std::vector< KeyPoint > &keypoints, int threshold, bool nonmaxSuppression=true)
 
static void cv::AGAST_5_8 (InputArray _img, std::vector< KeyPoint > &keypoints, int threshold)
 
static void cv::AGAST_7_12d (InputArray _img, std::vector< KeyPoint > &keypoints, int threshold)
 
static void cv::AGAST_7_12s (InputArray _img, std::vector< KeyPoint > &keypoints, int threshold)
 
static void cv::OAST_9_16 (InputArray _img, std::vector< KeyPoint > &keypoints, int threshold)