ITK
5.2.0
Insight Toolkit
|
#include <itkAnchorOpenCloseLine.h>
using | InputImagePixelType = TInputPix |
using | HistogramType = Function::MorphologyHistogram< InputImagePixelType, TCompare > |
unsigned int | m_Size |
AnchorOpenCloseLine () | |
~AnchorOpenCloseLine ()=default | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | DoLine (std::vector< InputImagePixelType > &buffer, unsigned bufflength) |
void | SetSize (unsigned int size) |
bool | StartLine (std::vector< InputImagePixelType > &buffer, InputImagePixelType &Extreme, unsigned &outLeftP, unsigned &outRightP) |
void | FinishLine (std::vector< InputImagePixelType > &buffer, InputImagePixelType &Extreme, unsigned &outLeftP, unsigned &outRightP) |
bool | Compare1 (const InputImagePixelType &a, const InputImagePixelType &b) |
bool | Compare2 (const InputImagePixelType &a, const InputImagePixelType &b) |
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.
|
private |
Some convenient type alias.
Definition at line 63 of file itkAnchorOpenCloseLine.h.
using itk::AnchorOpenCloseLine< TInputPix, TCompare >::InputImagePixelType = TInputPix |
Some convenient type alias.
Definition at line 41 of file itkAnchorOpenCloseLine.h.
itk::AnchorOpenCloseLine< TInputPix, TCompare >::AnchorOpenCloseLine | ( | ) |
Some convenient type alias.
|
default |
Some convenient type alias.
|
inlineprivate |
Some convenient type alias.
Definition at line 78 of file itkAnchorOpenCloseLine.h.
|
inlineprivate |
Some convenient type alias.
Definition at line 85 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 |
Some convenient type alias.
void itk::AnchorOpenCloseLine< TInputPix, TCompare >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const |
Some convenient type alias.
|
inline |
Some convenient type alias.
Definition at line 55 of file itkAnchorOpenCloseLine.h.
|
private |
Some convenient type alias.
|
private |
Some convenient type alias.
Definition at line 61 of file itkAnchorOpenCloseLine.h.