svo
Semi-Direct Visual Odometry
|
Implementation of various feature detectors. More...
Classes | |
struct | Corner |
Temporary container used for corner detection. Features are initialized from these. More... | |
class | AbstractDetector |
All detectors should derive from this abstract class. More... | |
class | FastDetector |
FAST detector by Edward Rosten. More... | |
Typedefs | |
typedef vector< Corner > | Corners |
typedef boost::shared_ptr < AbstractDetector > | DetectorPtr |
Implementation of various feature detectors.
typedef vector<Corner> svo::feature_detection::Corners |
typedef boost::shared_ptr<AbstractDetector> svo::feature_detection::DetectorPtr |