svo
Semi-Direct Visual Odometry
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
svo::feature_detection::FastDetector Class Reference

FAST detector by Edward Rosten. More...

#include <feature_detection.h>

Inheritance diagram for svo::feature_detection::FastDetector:
svo::feature_detection::AbstractDetector

List of all members.

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)

Detailed Description

FAST detector by Edward Rosten.


Constructor & Destructor Documentation

svo::feature_detection::FastDetector::FastDetector ( const int  img_width,
const int  img_height,
const int  cell_size,
const int  n_pyr_levels 
)

Member Function Documentation

virtual void svo::feature_detection::FastDetector::detect ( Frame frame,
const ImgPyr img_pyr,
const double  detection_threshold,
Features fts 
) [virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines