ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryThresholdProjectionImageFilter.h>
BinaryThreshold projection.
This class was contributed to the Insight Journal by Gaetan Lehmann. the original paper can be found at https://hdl.handle.net/1926/164
Definition at line 92 of file itkBinaryThresholdProjectionImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Attributes | |
OutputPixelType | m_BackgroundValue |
OutputPixelType | m_ForegroundValue |
InputPixelType | m_ThresholdValue |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef Superclass::AccumulatorType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::AccumulatorType |
Definition at line 122 of file itkBinaryThresholdProjectionImageFilter.h.
typedef SmartPointer< const Self > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 106 of file itkBinaryThresholdProjectionImageFilter.h.
typedef TInputImage itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputImageType |
Convenient typedefs for simplifying declarations.
Definition at line 112 of file itkBinaryThresholdProjectionImageFilter.h.
typedef InputImageType::PixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType |
Image typedef support.
Definition at line 119 of file itkBinaryThresholdProjectionImageFilter.h.
typedef TOutputImage itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 116 of file itkBinaryThresholdProjectionImageFilter.h.
typedef OutputImageType::PixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 120 of file itkBinaryThresholdProjectionImageFilter.h.
typedef SmartPointer< Self > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 105 of file itkBinaryThresholdProjectionImageFilter.h.
typedef BinaryThresholdProjectionImageFilter itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 99 of file itkBinaryThresholdProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 103 of file itkBinaryThresholdProjectionImageFilter.h.
|
inlineprotected |
Definition at line 152 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ThresholdValue, itk::NumericTraits< T >::max(), itk::NumericTraits< T >::NonpositiveMin(), and itk::NumericTraits< T >::ZeroValue().
|
inlineoverrideprotectedvirtual |
Definition at line 159 of file itkBinaryThresholdProjectionImageFilter.h.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Set/Get the output value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set/Get the output value used as "foreground". Defaults to maximum value of PixelType.
|
virtual |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
|
virtual |
Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()
|
static |
Method for creation through the object factory.
|
inlineoverrideprotectedvirtual |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 184 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue, and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ThresholdValue.
|
inlineoverrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 161 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ThresholdValue, and itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::PrintSelf().
|
virtual |
Set/Get the output value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set/Get the output value used as "foreground". Defaults to maximum value of PixelType.
|
virtual |
Set/Get the input value consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()
|
protected |
Pixel value for output background
Definition at line 198 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::BinaryThresholdProjectionImageFilter(), itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
protected |
Pixel value for output foreground
Definition at line 195 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::BinaryThresholdProjectionImageFilter(), itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
protected |
Pixel value for input Threshold
Definition at line 201 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::BinaryThresholdProjectionImageFilter(), itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().