ITK
6.0.0
Insight 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 int bufflength) |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | SetSize (unsigned int size) |
Private Types | |
using | HistogramType = Function::MorphologyHistogram< InputImagePixelType, TCompare > |
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 int &outLeftP, unsigned int &outRightP) |
bool | StartLine (std::vector< InputImagePixelType > &buffer, InputImagePixelType &Extreme, unsigned int &outLeftP, unsigned int &outRightP) |
Private Attributes | |
unsigned int | m_Size |
using | InputImagePixelType = TInputPix |
AnchorOpenCloseLine () | |
~AnchorOpenCloseLine ()=default | |
|
private |
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 |
Definition at line 78 of file itkAnchorOpenCloseLine.h.
|
inlineprivate |
Definition at line 85 of file itkAnchorOpenCloseLine.h.
void itk::AnchorOpenCloseLine< TInputPix, TCompare >::DoLine | ( | std::vector< InputImagePixelType > & | buffer, |
unsigned int | 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 55 of file itkAnchorOpenCloseLine.h.
|
private |
|
private |
Definition at line 61 of file itkAnchorOpenCloseLine.h.