Medical Imaging Interaction Toolkit
2016.11.0
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 () |
Public Attributes | |
bool | m_SegmentationCancelled |
Protected Member Functions | |
ConnectedAdaptiveThresholdImageFilter () | |
~ConnectedAdaptiveThresholdImageFilter () | |
void | GenerateData () |
Protected Attributes | |
TOutputImage * | m_IteratorMaskForFineSegmentation |
ImageFilter used for processing an image with an adaptive iterator (such as itkAdaptiveThresholdIterator)
/class ConnectedAdaptiveThreholdImageFilter
Definition at line 31 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef SmartPointer<const Self> itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 39 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef InputImageType::IndexType itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 50 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef TInputImage itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 45 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef OutputImageType::Pointer itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 49 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef TOutputImage itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 48 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef InputImageType::PixelType itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 51 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef SmartPointer<Self> itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 38 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef ConnectedAdaptiveThresholdImageFilter itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 36 of file itkConnectedAdaptiveThresholdImageFilter.h.
typedef ConnectedThresholdImageFilter<TInputImage, TOutputImage> itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 37 of file itkConnectedAdaptiveThresholdImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 99 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 | ) |
|
protected |
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 62 of file itkConnectedAdaptiveThresholdImageFilter.h.
TOutputImage* itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::GetResultImage | ( | ) |
|
inline |
Definition at line 61 of file itkConnectedAdaptiveThresholdImageFilter.h.
|
static |
Method for creation through the object factory.
|
inline |
Definition at line 55 of file itkConnectedAdaptiveThresholdImageFilter.h.
|
inline |
Definition at line 53 of file itkConnectedAdaptiveThresholdImageFilter.h.
void itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::SetParameterForFineSegmentation | ( | TOutputImage * | iteratorMaskForFineSegmentation, |
unsigned int | adjLowerTh, | ||
unsigned int | adjUpperTh, | ||
itk::Index< 3 > | seedPoint, | ||
bool | discardLeafSegmentation | ||
) |
|
protected |
Definition at line 103 of file itkConnectedAdaptiveThresholdImageFilter.h.
bool itk::ConnectedAdaptiveThresholdImageFilter< TInputImage, TOutputImage >::m_SegmentationCancelled |
Definition at line 63 of file itkConnectedAdaptiveThresholdImageFilter.h.