ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkInvertDisplacementFieldImageFilter.h>
Iteratively estimate the inverse field of a displacement field.
Definition at line 41 of file itkInvertDisplacementFieldImageFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | DefaultInterpolatorType = VectorLinearInterpolateImageFunction< InputFieldType, RealType > |
using | DirectionType = typename OutputFieldType::DirectionType |
using | DisplacementFieldType = InputFieldType |
using | IndexType = typename OutputFieldType::IndexType |
using | InputFieldType = TInputImage |
using | InterpolatorType = VectorInterpolateImageFunction< InputFieldType, RealType > |
using | InverseDisplacementFieldType = OutputFieldType |
using | OriginType = typename OutputFieldType::PointType |
using | OutputFieldType = TOutputImage |
using | OutputImageRegionType = RegionType |
using | PixelType = typename OutputFieldType::PixelType |
using | Pointer = SmartPointer< Self > |
using | PointType = typename OutputFieldType::PointType |
using | RealImageType = Image< RealType, ImageDimension > |
using | RealType = typename VectorType::ComponentType |
using | RegionType = typename OutputFieldType::RegionType |
using | Self = InvertDisplacementFieldImageFilter |
using | SizeType = typename OutputFieldType::SizeType |
using | SpacingType = typename OutputFieldType::SpacingType |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
using | VectorType = typename OutputFieldType::PixelType |
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::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 | ImageDimension = 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 |
Private Attributes | |
DisplacementFieldType::Pointer | m_ComposedField |
SpacingType | m_DisplacementFieldSpacing |
bool | m_DoThreadedEstimateInverse {false} |
bool | m_EnforceBoundaryCondition {true} |
RealType | m_Epsilon |
InterpolatorType::Pointer | m_Interpolator |
RealType | m_MaxErrorNorm |
RealType | m_MaxErrorToleranceThreshold |
unsigned int | m_MaximumNumberOfIterations {20} |
RealType | m_MeanErrorNorm |
RealType | m_MeanErrorToleranceThreshold |
std::mutex | m_Mutex |
RealImageType::Pointer | m_ScaledNormImage |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading |
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::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 50 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::DefaultInterpolatorType = VectorLinearInterpolateImageFunction <InputFieldType, RealType> |
Definition at line 82 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::DirectionType = typename OutputFieldType::DirectionType |
Definition at line 75 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::DisplacementFieldType = InputFieldType |
Definition at line 61 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::IndexType = typename OutputFieldType::IndexType |
Definition at line 69 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputFieldType = TInputImage |
Definition at line 58 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::InterpolatorType = VectorInterpolateImageFunction<InputFieldType, RealType> |
Definition at line 80 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::InverseDisplacementFieldType = OutputFieldType |
Definition at line 62 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::OriginType = typename OutputFieldType::PointType |
Definition at line 73 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputFieldType = TOutputImage |
Definition at line 59 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = RegionType |
Definition at line 68 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::PixelType = typename OutputFieldType::PixelType |
Image type alias support
Definition at line 65 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 49 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::PointType = typename OutputFieldType::PointType |
Definition at line 71 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::RealImageType = Image<RealType, ImageDimension> |
Definition at line 79 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::RealType = typename VectorType::ComponentType |
Other type alias
Definition at line 78 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::RegionType = typename OutputFieldType::RegionType |
Definition at line 67 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::Self = InvertDisplacementFieldImageFilter |
Definition at line 47 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::SizeType = typename OutputFieldType::SizeType |
Definition at line 74 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::SpacingType = typename OutputFieldType::SpacingType |
Definition at line 72 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 48 of file itkInvertDisplacementFieldImageFilter.h.
using itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::VectorType = typename OutputFieldType::PixelType |
Definition at line 66 of file itkInvertDisplacementFieldImageFilter.h.
|
protected |
Constructor
|
overrideprotecteddefault |
Deconstructor
|
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.
|
overrideprotected |
Multithreaded function which generates the output field.
|
overrideprotectedvirtual |
preprocessing function
Reimplemented from itk::ImageSource< TOutputImage >.
|
inline |
Get the deformation field.
Definition at line 106 of file itkInvertDisplacementFieldImageFilter.h.
|
virtual |
|
virtual |
|
virtual |
Set/get the initial estimate for the inverse field (optional).
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Get the interpolator.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Standard print self function
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
inline |
Set the deformation field
Definition at line 88 of file itkInvertDisplacementFieldImageFilter.h.
|
virtual |
|
virtual |
|
virtual |
Set/get the initial estimate for the inverse field (optional).
|
virtual |
|
virtual |
|
virtual |
|
static |
Extract dimension from input image.
Definition at line 56 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 169 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 175 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 176 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 177 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 174 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
The interpolator.
Definition at line 160 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 172 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 164 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 162 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 173 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 165 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 178 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 170 of file itkInvertDisplacementFieldImageFilter.h.