DetectT Struct Reference
[Functions for detecting corners of various types.]

#include <detectors.h>

Inheritance diagram for DetectT:

fast_12 fast_9 fast_9_old faster_learn SUSAN

List of all members.


Detailed Description

A corner detector object which is passed a threshold.

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 ()

Constructor & Destructor Documentation

virtual DetectT::~DetectT (  )  [inline, virtual]

Destroy to object.

Definition at line 53 of file detectors.h.

00053 {}


Member Function Documentation

virtual void DetectT::operator() ( const CVD::Image< CVD::byte > &  i,
std::vector< CVD::ImageRef > &  c,
unsigned int  N 
) const [pure virtual]

Detect corners.

Parameters:
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.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 2 12:47:13 2009 for FAST-ER by  doxygen 1.5.3