libcvd
Public Member Functions | List of all members
CVD::Morphology::BasicGray< T, Cmp > Struct Template Reference

A helper class for performing basic grayscale morphology on an image. More...

#include <morphology.h>

Public Member Functions

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

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


The documentation for this struct was generated from the following file: