ITK
5.0.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 | |
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 &outLeftP, unsigned &outRightP) |
bool | StartLine (std::vector< InputImagePixelType > &buffer, InputImagePixelType &Extreme, unsigned &outLeftP, unsigned &outRightP) |
Private Attributes | |
unsigned int | m_Size |
using | InputImagePixelType = TInputPix |
AnchorOpenCloseLine () | |
~AnchorOpenCloseLine ()=default | |
|
private |
Definition at line 60 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 72 of file itkAnchorOpenCloseLine.h.
|
inlineprivate |
Definition at line 78 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 52 of file itkAnchorOpenCloseLine.h.
|
private |
|
private |
Definition at line 58 of file itkAnchorOpenCloseLine.h.