OpenCV  3.1.0-dev
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
 

Functions

void cv::AGAST (InputArray image, std::vector< KeyPoint > &keypoints, int threshold, bool nonmaxSuppression=true)
 
void cv::AGAST (InputArray image, std::vector< KeyPoint > &keypoints, int threshold, bool nonmaxSuppression, int type)
 Detects corners using the AGAST algorithm. More...
 
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)