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