CVD::Morphology::BasicBinary< T > Struct Template Reference
[Computer Vision]

#include <morphology.h>

Inheritance diagram for CVD::Morphology::BasicBinary< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BasicBinary ()
void clear ()
void insert (bool b)
void remove (bool b)

Public Attributes

int f
int t

Detailed Description

template<class T>
struct CVD::Morphology::BasicBinary< T >

Class for performing binary morphology. This class is incomplete and used to build actual functions such as BinaryErode, BinaryDilate and BinaryMedian. See morphology().

Definition at line 522 of file morphology.h.


Constructor & Destructor Documentation

template<class T >
CVD::Morphology::BasicBinary< T >::BasicBinary (  )  [inline]

Definition at line 525 of file morphology.h.


Member Function Documentation

template<class T >
void CVD::Morphology::BasicBinary< T >::clear (  )  [inline]

Definition at line 545 of file morphology.h.

template<class T >
void CVD::Morphology::BasicBinary< T >::insert ( bool  b  )  [inline]

Definition at line 529 of file morphology.h.

template<class T >
void CVD::Morphology::BasicBinary< T >::remove ( bool  b  )  [inline]

Definition at line 537 of file morphology.h.


Member Data Documentation

template<class T >
int CVD::Morphology::BasicBinary< T >::f

Definition at line 524 of file morphology.h.

template<class T >
int CVD::Morphology::BasicBinary< T >::t

Definition at line 524 of file morphology.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libcvd
Author(s): Edward Rosten, Paul Smith, Tom Drummond, Gerhard Reitmayr, Ethan Eade, Timothy Gan, Chris Kemp, Georg Klein
autogenerated on Fri Jan 11 09:13:59 2013