svo
Semi-Direct Visual Odometry
|
FAST detector by Edward Rosten. More...
#include <feature_detection.h>
Public Member Functions | |
FastDetector (const int img_width, const int img_height, const int cell_size, const int n_pyr_levels) | |
virtual | ~FastDetector () |
virtual void | detect (Frame *frame, const ImgPyr &img_pyr, const double detection_threshold, Features &fts) |
FAST detector by Edward Rosten.
svo::feature_detection::FastDetector::FastDetector | ( | const int | img_width, |
const int | img_height, | ||
const int | cell_size, | ||
const int | n_pyr_levels | ||
) |
virtual svo::feature_detection::FastDetector::~FastDetector | ( | ) | [inline, virtual] |
virtual void svo::feature_detection::FastDetector::detect | ( | Frame * | frame, |
const ImgPyr & | img_pyr, | ||
const double | detection_threshold, | ||
Features & | fts | ||
) | [virtual] |
Implements svo::feature_detection::AbstractDetector.