CVD 0.8
Public Member Functions | Public Attributes
CVD::Morphology::BasicBinary< T > Struct Template Reference

Class for performing binary morphology. More...

#include <morphology.h>

Inheritance diagram for CVD::Morphology::BasicBinary< T >:
CVD::Morphology::BinaryDilate< T > CVD::Morphology::BinaryErode< T > CVD::Morphology::BinaryMedian< T >

List of all members.

Public Member Functions

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

Public Attributes

int t
int f

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 516 of file morphology.h.


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