#include <detectors.h>
These can be wrapped with a searching algorithm to turn them in to a DetectN, specifically SearchThreshold
Definition at line 45 of file detectors.h.
Public Member Functions | |
virtual void | operator() (const CVD::Image< CVD::byte > &i, std::vector< CVD::ImageRef > &c, unsigned int N) const =0 |
virtual | ~DetectT () |
virtual DetectT::~DetectT | ( | ) | [inline, virtual] |
virtual void DetectT::operator() | ( | const CVD::Image< CVD::byte > & | i, | |
std::vector< CVD::ImageRef > & | c, | |||
unsigned int | N | |||
) | const [pure virtual] |
Detect corners.
i | Image in which to detect corners | |
c | Detected corners are inserted in to this container | |
N | Threshold used to detect corners |
Implemented in fast_9, fast_9_old, fast_12, faster_learn, and SUSAN.