ITK
5.2.0
Insight Toolkit
|
#include <itkProjectionImageFilter.h>
Public Types | |
using | AccumulatorType = TAccumulator |
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::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 () |
Static Public Attributes | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
unsigned int | m_ProjectionDimension |
virtual void | SetProjectionDimension (unsigned int _arg) |
virtual const unsigned int & | GetProjectionDimension () const |
ProjectionImageFilter () | |
~ProjectionImageFilter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | GenerateOutputInformation () override |
void | GenerateInputRequestedRegion () override |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
virtual AccumulatorType | NewAccumulator (SizeValueType) const |
Implements an accumulation of an image along a selected direction.
This class accumulates an image along a dimension and reduces the size of this dimension to 1. The dimension being accumulated is set by ProjectionDimension.
Each pixel is the cumulative sum of the pixels along the collapsed dimension and reduces the size of the accumulated dimension to 1 (only on the accumulated).
The dimensions of the InputImage and the OutputImage are either the same or dimension of OutputImage is dimension of InputImage minus one. In the latter case, the direction cosine of the output image is set to the identity.
This class is parameterized over the type of the input image and the type of the output image.
This class was contributed to the Insight Journal by Emilian Beronich and Gaetan Lehmann. The original paper can be found at https://www.insight-journal.org/browse/publication/71
Definition at line 57 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::AccumulatorType = TAccumulator |
Definition at line 84 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::ConstPointer = SmartPointer<const Self> |
Definition at line 66 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 78 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 76 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 77 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 75 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::OutputImagePixelType = typename OutputImageType::PixelType |
Definition at line 82 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 80 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 81 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::OutputImageType = TOutputImage |
Definition at line 79 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::Pointer = SmartPointer<Self> |
Definition at line 65 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::Self = ProjectionImageFilter |
Standard class type aliases.
Definition at line 63 of file itkProjectionImageFilter.h.
using itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 64 of file itkProjectionImageFilter.h.
|
protected |
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.
|
overrideprotecteddefault |
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.
|
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.
|
overrideprotectedvirtual |
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::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
Apply changes to the input image requested region.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Apply changes to the output image information.
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::StandardDeviationProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >, itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >, itk::MeanProjectionImageFilter< TInputImage, TOutputImage, TAccumulate >, itk::SumProjectionImageFilter< TInputImage, TOutputImage >, itk::MedianProjectionImageFilter< TInputImage, TOutputImage >, itk::MaximumProjectionImageFilter< TInputImage, TOutputImage >, and itk::MinimumProjectionImageFilter< TInputImage, TOutputImage >.
|
virtual |
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.
|
static |
Method for creation through the object factory.
|
protectedvirtual |
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 in itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >, and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
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::ImageToImageFilter< TInputImage, TOutputImage >.
Referenced by itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf(), and itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
virtual |
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.
|
staticconstexpr |
ImageDimension enumeration
Definition at line 87 of file itkProjectionImageFilter.h.
|
private |
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.
Definition at line 126 of file itkProjectionImageFilter.h.
|
staticconstexpr |
Definition at line 88 of file itkProjectionImageFilter.h.