ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkAnchorOpenCloseLine.h>
class to implement openings and closings using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on
Definition at line 36 of file itkAnchorOpenCloseLine.h.
Public Member Functions | |
void | DoLine (std::vector< InputImagePixelType > &buffer, unsigned bufflength) |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | SetSize (unsigned int size) |
Private Types | |
typedef Function::MorphologyHistogram < InputImagePixelType, TCompare > | HistogramType |
Private Member Functions | |
bool | Compare1 (const InputImagePixelType &a, const InputImagePixelType &b) |
bool | Compare2 (const InputImagePixelType &a, const InputImagePixelType &b) |
void | FinishLine (std::vector< InputImagePixelType > &buffer, InputImagePixelType &Extreme, unsigned &outLeftP, unsigned &outRightP) |
bool | StartLine (std::vector< InputImagePixelType > &buffer, InputImagePixelType &Extreme, unsigned &outLeftP, unsigned &outRightP) |
Private Attributes | |
unsigned int | m_Size |
typedef TInputPix | InputImagePixelType |
AnchorOpenCloseLine () | |
~AnchorOpenCloseLine () | |
|
private |
Definition at line 62 of file itkAnchorOpenCloseLine.h.
typedef TInputPix itk::AnchorOpenCloseLine< TInputPix, TCompare >::InputImagePixelType |
Some convenient typedefs.
Definition at line 41 of file itkAnchorOpenCloseLine.h.
itk::AnchorOpenCloseLine< TInputPix, TCompare >::AnchorOpenCloseLine | ( | ) |
Some convenient typedefs.
|
inline |
Some convenient typedefs.
Definition at line 43 of file itkAnchorOpenCloseLine.h.
|
inlineprivate |
Definition at line 74 of file itkAnchorOpenCloseLine.h.
|
inlineprivate |
Definition at line 80 of file itkAnchorOpenCloseLine.h.
void itk::AnchorOpenCloseLine< TInputPix, TCompare >::DoLine | ( | std::vector< InputImagePixelType > & | buffer, |
unsigned | bufflength | ||
) |
Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicErodeImageFilter.
|
private |
void itk::AnchorOpenCloseLine< TInputPix, TCompare >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const |
|
inline |
Definition at line 54 of file itkAnchorOpenCloseLine.h.
|
private |
|
private |
Definition at line 60 of file itkAnchorOpenCloseLine.h.