|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
ImageFilter used for processing an image with an adaptive iterator (such as itkAdaptiveThresholdIterator) More...
#include <itkConnectedAdaptiveThresholdImageFilter.h>


Public Types | |
| typedef ConnectedAdaptiveThresholdImageFilter | Self |
| typedef ConnectedThresholdImageFilter< TInputImage, TOutputImage > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef TInputImage | InputImageType |
| typedef TOutputImage | OutputImageType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef InputImageType::IndexType | IndexType |
| typedef InputImageType::PixelType | PixelType |
Public Member Functions | |
| Pointer | Clone () const |
| virtual const char * | GetClassName () const |
| void | SetGrowingDirectionIsUpwards (bool upwards) |
| void | SetFineDetectionMode (bool fine) |
| int | GetSeedpointValue (void) |
| int | GetLeakagePoint (void) |
| IndexType | CorrectSeedPointPosition (unsigned int sizeOfVolume, int lowerTh, int upperTh) |
| void | CropMask (unsigned int croppingSize) |
| unsigned int | AdjustIteratorMask () |
| void | SetParameterForFineSegmentation (TOutputImage *iteratorMaskForFineSegmentation, unsigned int adjLowerTh, unsigned int adjUpperTh, itk::Index< 3 > seedPoint, bool discardLeafSegmentation) |
| TOutputImage * | GetResultImage () |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| ConnectedAdaptiveThresholdImageFilter () | |
| ~ConnectedAdaptiveThresholdImageFilter () override | |
| void | GenerateData () override |
ImageFilter used for processing an image with an adaptive iterator (such as itkAdaptiveThresholdIterator)
/class ConnectedAdaptiveThreholdImageFilter
Definition at line 27 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef SmartPointer<const Self> itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 35 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef InputImageType::IndexType itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 47 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef TInputImage itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 42 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef OutputImageType::Pointer itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 46 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef TOutputImage itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 45 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef InputImageType::PixelType itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 48 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef SmartPointer<Self> itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 34 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef ConnectedAdaptiveThresholdImageFilter itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 32 of file itkConnectedAdaptiveThresholdImageFilter.h.
| typedef ConnectedThresholdImageFilter<TInputImage, TOutputImage> itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 33 of file itkConnectedAdaptiveThresholdImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 95 of file itkConnectedAdaptiveThresholdImageFilter.h.
| unsigned int itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::AdjustIteratorMask | ( | ) |
| Pointer itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::Clone | ( | ) | const |
| IndexType itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::CorrectSeedPointPosition | ( | unsigned int | sizeOfVolume, |
| int | lowerTh, | ||
| int | upperTh | ||
| ) |
| void itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::CropMask | ( | unsigned int | croppingSize | ) |
|
overrideprotected |
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 59 of file itkConnectedAdaptiveThresholdImageFilter.h.
| TOutputImage* itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::GetResultImage | ( | ) |
|
inline |
Definition at line 58 of file itkConnectedAdaptiveThresholdImageFilter.h.
|
static |
Method for creation through the object factory.
|
inline |
Definition at line 52 of file itkConnectedAdaptiveThresholdImageFilter.h.
|
inline |
Definition at line 50 of file itkConnectedAdaptiveThresholdImageFilter.h.
| void itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::SetParameterForFineSegmentation | ( | TOutputImage * | iteratorMaskForFineSegmentation, |
| unsigned int | adjLowerTh, | ||
| unsigned int | adjUpperTh, | ||
| itk::Index< 3 > | seedPoint, | ||
| bool | discardLeafSegmentation | ||
| ) |