mimas::corner_tool< T > Class Template Reference

Corner extraction tool. More...

#include <corner_tool.h>

Collaboration diagram for mimas::corner_tool< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 corner_tool ()
 corner_tool (double t)
void setThreshold (double t)
void filterImage (image< T > &input, corner_image &corner_im)

Detailed Description

template<typename T>
class mimas::corner_tool< T >

Corner extraction tool.

Implementation inspiration from TINA. Original algorthim was developed by Harris and Stevens [] This is an operator which can be used to locate corner features in an image.

Author:
Stuart Meikle (stu@stumeikle.org)
Date:
Tue May 7 21:16:45 2002
Header
/cvs/mimas2/include/corner_tool.h,v 1.2 2005/09/07 13:27:28 engjw Exp

Definition at line 32 of file corner_tool.h.


Constructor & Destructor Documentation

template<typename T>
mimas::corner_tool< T >::corner_tool (  )  [inline]

Definition at line 49 of file corner_tool.h.

template<typename T>
mimas::corner_tool< T >::corner_tool ( double  t  )  [inline]

Definition at line 63 of file corner_tool.h.


Member Function Documentation

template<typename T>
void mimas::corner_tool< T >::setThreshold ( double  t  )  [inline]

Parameters:
t  change threshold. high t=few corners, low t = many

Definition at line 77 of file corner_tool.h.

template<typename T>
void mimas::corner_tool< T >::filterImage ( image< T > &  input,
corner_image corner_im 
) [inline]

Parameters:
corner_im  go! output is a property image

Definition at line 82 of file corner_tool.h.

References mimas::image< T >::clear().

Referenced by mimas::cgh_scene< T >::createFromImage().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
[GNU/Linux] [Qt] [Mesa] [STL] [Lapack] [Boost] [Magick++] [Xalan-C and Xerces-C] [doxygen] [graphviz] [FFTW] [popt] [xine] [Gnuplot] [gnu-arch] [gcc] [gstreamer] [autoconf/automake/make] [freshmeat.net] [opensource.org] [sourceforge.net] [MMVL]
mimas 2.1 - Copyright Mon Oct 30 11:31:27 2006, Bala Amavasai, Stuart Meikle, Arul Selvan, Fabio Caparrelli, Jan Wedekind, Manuel Boissenin, ...