ITK
5.2.0
Insight Toolkit
|
#include <itkBinaryProjectionImageFilter.h>
Public Types | |
using | AccumulatorType = typename Superclass::AccumulatorType |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageType = TInputImage |
using | InputPixelType = typename InputImageType::PixelType |
using | OutputImageType = TOutputImage |
using | OutputPixelType = typename OutputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | Self = BinaryProjectionImageFilter |
using | Superclass = ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > > |
Public Types inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > > | |
using | AccumulatorType = Functor::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > |
using | ConstPointer = SmartPointer< const Self > |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ProjectionImageFilter |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
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 void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
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 |
Protected Attributes inherited from itk::ProcessObject | |
bool | m_Updating |
TimeStamp | m_OutputInformationMTime |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Binary projection.
This class was contributed to the Insight Journal by Gaetan Lehmann. The original paper can be found at https://www.insight-journal.org/browse/publication/71
Definition at line 93 of file itkBinaryProjectionImageFilter.h.
using itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::AccumulatorType = typename Superclass::AccumulatorType |
Definition at line 125 of file itkBinaryProjectionImageFilter.h.
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 106 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 |
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 |
Input and output images must be the same dimension, or the output's dimension must be one less than that of the input. Set/Get the direction in which to accumulate the data. It must be set before the update of the filter. Defaults to the last dimension.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.
Definition at line 179 of file itkBinaryProjectionImageFilter.h.
References itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue, and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue.
|
inlineoverrideprotectedvirtual |
Typedef for the region copier function object that converts an input region to an output region.
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().