CVD::Morphology::BasicGray< T, Cmp > Struct Template Reference
[Computer Vision]

#include <morphology.h>

List of all members.

Public Member Functions

void clear ()
get ()
void insert (const T &t)
void remove (const T &t)

Private Attributes

std::map< T, int, Cmp< T > > pix

Detailed Description

template<class T, template< class > class Cmp>
struct CVD::Morphology::BasicGray< T, Cmp >

A helper class for performing basic grayscale morphology on an image. The comparator determines the ordering, and hence the morphological operation. See morphology().

Definition at line 321 of file morphology.h.


Member Function Documentation

template<class T, template< class > class Cmp>
void CVD::Morphology::BasicGray< T, Cmp >::clear (  )  [inline]

Definition at line 327 of file morphology.h.

template<class T, template< class > class Cmp>
T CVD::Morphology::BasicGray< T, Cmp >::get (  )  [inline]

Definition at line 341 of file morphology.h.

template<class T, template< class > class Cmp>
void CVD::Morphology::BasicGray< T, Cmp >::insert ( const T &  t  )  [inline]

Definition at line 331 of file morphology.h.

template<class T, template< class > class Cmp>
void CVD::Morphology::BasicGray< T, Cmp >::remove ( const T &  t  )  [inline]

Definition at line 336 of file morphology.h.


Member Data Documentation

template<class T, template< class > class Cmp>
std::map<T, int, Cmp<T> > CVD::Morphology::BasicGray< T, Cmp >::pix [private]

Definition at line 324 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