ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkContinuousBorderWarpImageFilter.h>
Warps an image using an input deformation field with continuous boundary conditions.
ContinuousBorderWarpImageFilter warps an existing image with respect to a given displacement field and a given interpolation scheme.The default interpolation typed used is the LinearInterpolateImageFunction. The user can specify a particular interpolation function via SetInterpolator().
Positions mapped to outside of the input image buffer are assigned the value of the next boundary pixel in the image.
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 63 of file itkContinuousBorderWarpImageFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
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 | InterpolatorType = typename Superclass::InterpolatorType |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | PixelType = typename OutputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | PointType = typename Superclass::PointType |
using | Self = ContinuousBorderWarpImageFilter |
using | SizeType = typename OutputImageType::SizeType |
using | SpacingType = typename OutputImageType::SpacingType |
using | Superclass = WarpImageFilter< TInputImage, TOutputImage, TDisplacementField > |
Public Types inherited from itk::WarpImageFilter< TInputImage, TOutputImage, TDisplacementField > | |
using | ConstPointer = SmartPointer< const Self > |
using | CoordRepType = double |
using | DefaultInterpolatorType = LinearInterpolateImageFunction< InputImageType, CoordRepType > |
using | DirectionType = typename TOutputImage::DirectionType |
using | DisplacementFieldPointer = typename DisplacementFieldType::Pointer |
using | DisplacementFieldType = TDisplacementField |
using | DisplacementType = typename DisplacementFieldType::PixelType |
using | ImageBaseType = ImageBase< Self::ImageDimension > |
using | IndexType = typename OutputImageType::IndexType |
using | IndexValueType = typename OutputImageType::IndexValueType |
using | InputImageConstPointer = typename Superclass::InputImageConstPointer |
using | InputImagePointer = typename Superclass::InputImagePointer |
using | InputImageType = typename Superclass::InputImageType |
using | InterpolatorPointer = typename InterpolatorType::Pointer |
using | InterpolatorType = InterpolateImageFunction< InputImageType, CoordRepType > |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | PixelComponentType = typename OutputImageType::InternalPixelType |
using | PixelType = typename OutputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | PointType = Point< CoordRepType, Self::ImageDimension > |
using | Self = WarpImageFilter |
using | SizeType = typename OutputImageType::SizeType |
using | SpacingType = typename OutputImageType::SpacingType |
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::WarpImageFilter< TInputImage, TOutputImage, TDisplacementField > | |
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 () |
Static Public Attributes | |
static constexpr unsigned int | DeformationFieldDimension = TDisplacementField::ImageDimension |
static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::WarpImageFilter< TInputImage, TOutputImage, TDisplacementField > | |
static constexpr unsigned int | DisplacementFieldDimension = TDisplacementField::ImageDimension |
static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
static constexpr unsigned int | InputImageDimension = TInputImage::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 |
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::ConstPointer = SmartPointer<const Self> |
Definition at line 73 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::DisplacementFieldPointer = typename DisplacementFieldType::Pointer |
Definition at line 102 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::DisplacementFieldType = TDisplacementField |
Displacement field type alias support.
Definition at line 101 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::DisplacementType = typename DisplacementFieldType::PixelType |
Definition at line 103 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::IndexType = typename OutputImageType::IndexType |
Definition at line 90 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::InputImageConstPointer = typename Superclass::InputImageConstPointer |
Definition at line 89 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::InputImagePointer = typename Superclass::InputImagePointer |
Definition at line 86 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::InputImageType = typename Superclass::InputImageType |
Inherit some types from the superclass.
Definition at line 85 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::InterpolatorType = typename Superclass::InterpolatorType |
Interpolator type alias support.
Definition at line 106 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::OutputImagePointer = typename Superclass::OutputImagePointer |
Definition at line 88 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::OutputImageRegionType = typename Superclass::OutputImageRegionType |
Typedef to describe the output image region type.
Definition at line 82 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::OutputImageType = typename Superclass::OutputImageType |
Definition at line 87 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::PixelType = typename OutputImageType::PixelType |
Definition at line 92 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::Pointer = SmartPointer<Self> |
Definition at line 72 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::PointType = typename Superclass::PointType |
Point type
Definition at line 109 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::Self = ContinuousBorderWarpImageFilter |
Standard class type alias.
Definition at line 70 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::SizeType = typename OutputImageType::SizeType |
Definition at line 91 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::SpacingType = typename OutputImageType::SpacingType |
Definition at line 93 of file itkContinuousBorderWarpImageFilter.h.
using itk::ContinuousBorderWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::Superclass = WarpImageFilter<TInputImage,TOutputImage, TDisplacementField> |
Definition at line 71 of file itkContinuousBorderWarpImageFilter.h.
|
protecteddefault |
|
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::WarpImageFilter< TInputImage, TOutputImage, TDisplacementField >.
|
overrideprotectedvirtual |
WarpImageFilter is implemented as a multi-threaded filter.
Reimplemented from itk::WarpImageFilter< TInputImage, TOutputImage, TDisplacementField >.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::WarpImageFilter< TInputImage, TOutputImage, TDisplacementField >.
|
static |
Method for creation through the object factory.
|
static |
Definition at line 98 of file itkContinuousBorderWarpImageFilter.h.
|
static |
Determine the image dimension.
Definition at line 96 of file itkContinuousBorderWarpImageFilter.h.
|
static |
Definition at line 97 of file itkContinuousBorderWarpImageFilter.h.