ITK
6.0.0
Insight 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://doi.org/10.54294/0pjyho
Definition at line 93 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::ImageToImageFilter< TInputImage, TOutputImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
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::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading { true } |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 109 of file itkBinaryProjectionImageFilter.h.
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Convenient type alias for simplifying declarations.
Definition at line 118 of file itkBinaryProjectionImageFilter.h.
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Image type alias support
Definition at line 122 of file itkBinaryProjectionImageFilter.h.
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 119 of file itkBinaryProjectionImageFilter.h.
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 123 of file itkBinaryProjectionImageFilter.h.
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 108 of file itkBinaryProjectionImageFilter.h.
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::Self = BinaryProjectionImageFilter |
Definition at line 102 of file itkBinaryProjectionImageFilter.h.
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::Superclass = ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator<typename TInputImage::PixelType, typename TOutputImage::PixelType> > |
Definition at line 103 of file itkBinaryProjectionImageFilter.h.
|
inlineprotected |
Definition at line 156 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().
|
overrideprotecteddefault |
|
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.
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotectedvirtual |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 179 of file itkBinaryProjectionImageFilter.h.
References itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue, itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue, 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 165 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 192 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 189 of file itkBinaryProjectionImageFilter.h.
Referenced by itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::BinaryProjectionImageFilter(), itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().