|
| TeblidDynamicDetector (int min_features, int max_features, int max_retries, double min_thresh, double default_thresh, double max_thresh, double too_many_ratio, double too_few_ratio, bool use_512=true) |
|
void | Reset (void) |
|
virtual void | DetectImpl (const cv::Mat &image, std::vector< cv::KeyPoint > *keypoints) |
|
virtual void | ComputeImpl (const cv::Mat &image, std::vector< cv::KeyPoint > *keypoints, cv::Mat *keypoints_description) |
|
virtual void | TooMany (void) |
|
virtual void | TooFew (void) |
|
| DynamicDetector (int min_features, int max_features, int retries, double min_thresh, double default_thresh, double max_thresh, double too_many_ratio, double too_few_ratio) |
|
virtual | ~DynamicDetector (void) |
|
void | Detect (const cv::Mat &image, std::vector< cv::KeyPoint > *keypoints, cv::Mat *keypoints_description) |
|
void | GetDetectorParams (int &min_features, int &max_features, int &max_retries, double &min_thresh, double &default_thresh, double &max_thresh, double &too_many_ratio, double &too_few_ratio) |
|
int | last_keypoint_count (void) |
|
◆ TeblidDynamicDetector()
interest_point::TeblidDynamicDetector::TeblidDynamicDetector |
( |
int |
min_features, |
|
|
int |
max_features, |
|
|
int |
max_retries, |
|
|
double |
min_thresh, |
|
|
double |
default_thresh, |
|
|
double |
max_thresh, |
|
|
double |
too_many_ratio, |
|
|
double |
too_few_ratio, |
|
|
bool |
use_512 = true |
|
) |
| |
|
inline |
◆ ComputeImpl()
virtual void interest_point::TeblidDynamicDetector::ComputeImpl |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > * |
keypoints, |
|
|
cv::Mat * |
keypoints_description |
|
) |
| |
|
inlinevirtual |
◆ DetectImpl()
virtual void interest_point::TeblidDynamicDetector::DetectImpl |
( |
const cv::Mat & |
image, |
|
|
std::vector< cv::KeyPoint > * |
keypoints |
|
) |
| |
|
inlinevirtual |
◆ Reset()
void interest_point::TeblidDynamicDetector::Reset |
( |
void |
| ) |
|
|
inline |
◆ TooFew()
virtual void interest_point::TeblidDynamicDetector::TooFew |
( |
void |
| ) |
|
|
inlinevirtual |
◆ TooMany()
virtual void interest_point::TeblidDynamicDetector::TooMany |
( |
void |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: