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

#include <detectors.h>

Inheritance diagram for DetectN:

dog HarrisDetect harrisdog Random SearchThreshold ShiTomasiDetect

List of all members.


Detailed Description

A corner detector object which is passed a target number of corners to detect.

Definition at line 31 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 ~DetectN ()

Constructor & Destructor Documentation

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

Destroy to object.

Definition at line 39 of file detectors.h.

00039 {}


Member Function Documentation

virtual void DetectN::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 Number of corners to detect

Implemented in dog, harrisdog, ShiTomasiDetect, and HarrisDetect.


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