ITK
5.2.0
Insight Toolkit
|
#include <itkWarpVectorImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | CoordRepType = double |
using | DefaultInterpolatorType = VectorLinearInterpolateImageFunction< InputImageType, CoordRepType > |
using | DirectionType = typename TOutputImage::DirectionType |
using | DisplacementFieldPointer = typename DisplacementFieldType::Pointer |
using | DisplacementFieldType = TDisplacementField |
using | DisplacementType = typename DisplacementFieldType::PixelType |
using | IndexType = typename OutputImageType::IndexType |
using | InputImageConstPointer = typename Superclass::InputImageConstPointer |
using | InputImagePointer = typename Superclass::InputImagePointer |
using | InputImageType = typename Superclass::InputImageType |
using | InterpolatorPointer = typename InterpolatorType::Pointer |
using | InterpolatorType = VectorInterpolateImageFunction< InputImageType, CoordRepType > |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | PixelType = typename OutputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | PointType = Point< CoordRepType, Self::ImageDimension > |
using | Self = WarpVectorImageFilter |
using | SizeType = typename OutputImageType::SizeType |
using | SpacingType = typename OutputImageType::SpacingType |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
using | ValueType = typename OutputImageType::PixelType::ValueType |
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 | ImageDimension = TOutputImage::ImageDimension |
static constexpr unsigned int | PixelDimension = PixelType::Dimension |
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 |
PixelType | m_EdgePaddingValue |
SpacingType | m_OutputSpacing |
PointType | m_OutputOrigin |
DirectionType | m_OutputDirection |
InterpolatorPointer | m_Interpolator |
virtual void | SetInterpolator (InterpolatorType *_arg) |
virtual InterpolatorType * | GetModifiableInterpolator () |
virtual const InterpolatorType * | GetInterpolator () const |
virtual void | SetOutputSpacing (SpacingType _arg) |
virtual void | SetOutputSpacing (const double *spacing) |
virtual const SpacingType & | GetOutputSpacing () const |
virtual void | SetOutputOrigin (PointType _arg) |
virtual void | SetOutputOrigin (const double *origin) |
virtual const PointType & | GetOutputOrigin () const |
virtual void | SetOutputDirection (DirectionType _arg) |
virtual const DirectionType & | GetOutputDirection () const |
virtual void | SetEdgePaddingValue (PixelType _arg) |
virtual PixelType | GetEdgePaddingValue () const |
void | GenerateOutputInformation () override |
void | GenerateInputRequestedRegion () override |
void | BeforeThreadedGenerateData () override |
WarpVectorImageFilter () | |
~WarpVectorImageFilter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
Warps an image using an input displacement field.
WarpVectorImageFilter warps an existing image with respect to a given displacement field. The input image is expected to have vector-like pixel types.
A displacement field is represented as a image whose pixel type is some vector type with at least N elements, where N is the dimension of the input image. The vector type must support element access via operator [].
The output image is produced by inverse mapping: the output pixels are mapped back onto the input image. This scheme avoids the creation of any holes and overlaps in the output image.
Each vector in the displacement field represent the distance between a geometric point in the input space and a point in the output space such that:
Typically the mapped position does not correspond to an integer pixel position in the input image. Interpolation via an image function is used to compute values at non-integer positions. The default interpolation typed used is the LinearInterpolateImageFunction. The user can specify a particular interpolation function via SetInterpolator(). Note that the input interpolator must derive from base class InterpolateImageFunction.
Position mapped to outside of the input image buffer are assigned a edge padding value.
The LargetPossibleRegion for the output is inherited from the input displacement field. The output image spacing, origin and direction may be set via SetOutputSpacing, SetOutputOrigin and SetOutputDirection. The default are respectively a vector of 1's, a vector of 0's and an identity matrix.
This class is templated over the type of the input image, the type of the output image and the type of the displacement field.
The input image is set via SetInput. The input displacement field is set via SetDisplacementField.
This filter is implemented as a multithreaded filter.
Definition at line 89 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::ConstPointer = SmartPointer<const Self> |
Definition at line 98 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::CoordRepType = double |
Interpolator type alias support
Definition at line 134 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::DefaultInterpolatorType = VectorLinearInterpolateImageFunction<InputImageType, CoordRepType> |
Definition at line 137 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::DirectionType = typename TOutputImage::DirectionType |
Type for representing the direction of the output image
Definition at line 143 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::DisplacementFieldPointer = typename DisplacementFieldType::Pointer |
Definition at line 130 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::DisplacementFieldType = TDisplacementField |
Displacement field type alias support
Definition at line 129 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::DisplacementType = typename DisplacementFieldType::PixelType |
Definition at line 131 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::IndexType = typename OutputImageType::IndexType |
Definition at line 116 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::InputImageConstPointer = typename Superclass::InputImageConstPointer |
Definition at line 114 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::InputImagePointer = typename Superclass::InputImagePointer |
Definition at line 111 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::InputImageType = typename Superclass::InputImageType |
Inherit some types from the superclass.
Definition at line 110 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::InterpolatorPointer = typename InterpolatorType::Pointer |
Definition at line 136 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::InterpolatorType = VectorInterpolateImageFunction<InputImageType, CoordRepType> |
Definition at line 135 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::OutputImagePointer = typename Superclass::OutputImagePointer |
Definition at line 113 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::OutputImageRegionType = typename TOutputImage::RegionType |
Typedef to describe the output image region type.
Definition at line 107 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::OutputImageType = typename Superclass::OutputImageType |
Definition at line 112 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::PixelType = typename OutputImageType::PixelType |
Definition at line 118 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::Pointer = SmartPointer<Self> |
Definition at line 97 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::PointType = Point<CoordRepType, Self::ImageDimension> |
Point type
Definition at line 140 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::Self = WarpVectorImageFilter |
Standard class type aliases.
Definition at line 95 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::SizeType = typename OutputImageType::SizeType |
Definition at line 117 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::SpacingType = typename OutputImageType::SpacingType |
Definition at line 119 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 96 of file itkWarpVectorImageFilter.h.
using itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::ValueType = typename OutputImageType::PixelType::ValueType |
Definition at line 120 of file itkWarpVectorImageFilter.h.
|
protected |
Get/Set the interpolator function.
|
overrideprotecteddefault |
Get/Set the interpolator function.
|
overridevirtual |
This method is used to set the state of the filter before multi-threading.
Reimplemented from itk::ImageSource< TOutputImage >.
|
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 |
WarpVectorImageFilter is implemented as a multi-threaded filter. As such, it needs to provide and implementation for DynamicThreadedGenerateData().
Reimplemented from itk::ImageSource< TOutputImage >.
|
overridevirtual |
It is difficult to compute in advance the input image region required to compute the requested output region. Thus the safest thing to do is to request for the whole input image.
For the displacement field, the input requested region set to be the same as that of the output requested region.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
overridevirtual |
WarpVectorImageFilter produces an image which is a different size than its input image. As such, it needs to provide an implementation for GenerateOutputInformation() which set the output information according the OutputSpacing, OutputOrigin and the displacement field's LargestPossibleRegion.
Reimplemented from itk::ProcessObject.
DisplacementFieldType* itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::GetDisplacementField | ( | ) |
Get a pointer the displacement field.
|
virtual |
Get the edge padding value
|
virtual |
Get/Set the interpolator function.
|
virtual |
Get/Set the interpolator function.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Get/Set the interpolator function.
|
virtual |
Get the output image origin.
|
virtual |
Get the output image spacing.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Get/Set the interpolator function.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
void itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::SetDisplacementField | ( | const DisplacementFieldType * | field | ) |
Set the displacement field.
void itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDisplacementField >::SetDisplacementField | ( | DisplacementFieldType * | field | ) |
Set the displacement field (non const for backward compatibility).
|
virtual |
Set the edge padding value
|
virtual |
Get/Set the interpolator function.
|
virtual |
Set/Get the direction (orientation) of the output image
|
virtual |
Get/Set the interpolator function.
|
virtual |
Set the output image origin.
|
virtual |
Get/Set the interpolator function.
|
virtual |
Set the output image spacing.
|
staticconstexpr |
Determine the image dimension.
Definition at line 123 of file itkWarpVectorImageFilter.h.
|
private |
Get/Set the interpolator function.
Definition at line 236 of file itkWarpVectorImageFilter.h.
|
private |
Get/Set the interpolator function.
Definition at line 241 of file itkWarpVectorImageFilter.h.
|
private |
Get/Set the interpolator function.
Definition at line 239 of file itkWarpVectorImageFilter.h.
|
private |
Get/Set the interpolator function.
Definition at line 238 of file itkWarpVectorImageFilter.h.
|
private |
Get/Set the interpolator function.
Definition at line 237 of file itkWarpVectorImageFilter.h.
|
staticconstexpr |
Dimension of the Vector pixel type.
Definition at line 126 of file itkWarpVectorImageFilter.h.