#include "precomp.hpp"
#include "agast_score.hpp"
|
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) |
|