ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryProjectionImageFilter.h>
Binary 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 90 of file itkBinaryProjectionImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator< 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 |
InputPixelType | m_ForegroundValue |
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::BinaryProjectionImageFilter< TInputImage, TOutputImage >::AccumulatorType |
Definition at line 120 of file itkBinaryProjectionImageFilter.h.
typedef SmartPointer< const Self > itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 104 of file itkBinaryProjectionImageFilter.h.
typedef TInputImage itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::InputImageType |
Convenient typedefs for simplifying declarations.
Definition at line 110 of file itkBinaryProjectionImageFilter.h.
typedef InputImageType::PixelType itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType |
Image typedef support.
Definition at line 117 of file itkBinaryProjectionImageFilter.h.
typedef TOutputImage itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 114 of file itkBinaryProjectionImageFilter.h.
typedef OutputImageType::PixelType itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 118 of file itkBinaryProjectionImageFilter.h.
typedef SmartPointer< Self > itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 103 of file itkBinaryProjectionImageFilter.h.
typedef BinaryProjectionImageFilter itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 97 of file itkBinaryProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 101 of file itkBinaryProjectionImageFilter.h.
|
inlineprotected |
Definition at line 153 of file itkBinaryProjectionImageFilter.h.
References itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inlineoverrideprotectedvirtual |
Definition at line 159 of file itkBinaryProjectionImageFilter.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 |
Get the value used as "background". Any pixel value which is not DilateValue is considered background. BackgroundValue is used for defining boundary conditions. Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Get the value in the image considered as "foreground". Defaults to maximum value of PixelType.
|
virtual |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotectedvirtual |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 180 of file itkBinaryProjectionImageFilter.h.
References itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue.
|
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 itkBinaryProjectionImageFilter.h.
References itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue, and itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::PrintSelf().
|
virtual |
Set the value used as "background". Any pixel value which is not DilateValue is considered background. BackgroundValue is used for defining boundary conditions. Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set the value in the image to consider as "foreground". Defaults to maximum value of PixelType. Subclasses may alias this to DilateValue or ErodeValue.
|
protected |
Pixel value for background
Definition at line 193 of file itkBinaryProjectionImageFilter.h.
Referenced by itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::BinaryProjectionImageFilter(), itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
protected |
Pixel value to dilate
Definition at line 190 of file itkBinaryProjectionImageFilter.h.
Referenced by itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::BinaryProjectionImageFilter(), itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().