#include <itkBSplineCenteredResampleImageFilterBase.h>
Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5.
This class defines N-Dimension CenteredB-Spline transformation. It is based on [129], [127] and [128]. Code obtained from bigwww.epfl.ch by Philippe Thevenaz
Limitations: Spline order must be between 0 and 5. Spline order must be set before setting the image. Uses mirror boundary conditions. Requires the same order of Spline for each dimension.
Definition at line 53 of file itkBSplineCenteredResampleImageFilterBase.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Private Types | |
using | IndexValueType = typename TInputImage::IndexValueType |
using | SizeValueType = typename TInputImage::SizeValueType |
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
std::vector< double > | m_G {} |
int | m_GSize {} |
std::vector< double > | m_H {} |
int | m_HSize {} |
int | m_SplineOrder {} |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 63 of file itkBSplineCenteredResampleImageFilterBase.h.
|
private |
Definition at line 100 of file itkBSplineCenteredResampleImageFilterBase.h.
using itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >::OutputImageIterator |
Output Iterator type alias support
Definition at line 113 of file itkBSplineResampleImageFilterBase.h.
using itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 62 of file itkBSplineCenteredResampleImageFilterBase.h.
using itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Self = BSplineCenteredResampleImageFilterBase |
Standard class type aliases.
Definition at line 60 of file itkBSplineCenteredResampleImageFilterBase.h.
|
private |
Definition at line 101 of file itkBSplineCenteredResampleImageFilterBase.h.
using itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >::Superclass = BSplineResampleImageFilterBase<TInputImage, TOutputImage> |
Definition at line 61 of file itkBSplineCenteredResampleImageFilterBase.h.
|
protecteddefault |
Referenced by GetNameOfClass().
|
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::LightObject.
|
overrideprotectedvirtual |
Expand the input data vector by a factor of 2 and writes the results to the location specified by the output Iterator
inTraverseSize
is the size of the in vector.
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
|
overridevirtual |
Reimplemented from itk::LightObject.
References BSplineCenteredResampleImageFilterBase().
|
overrideprotectedvirtual |
Initializes the pyramid spline coefficients. Called when Spline order has been set.
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.
|
static |
New macro for creation of through a Smart Pointer
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::LightObject.
|
overrideprotectedvirtual |
Reduce the input data vector by a factor of 2 and writes the results to the location specified by the output Iterator.
inTraverseSize
is the size of the input vector.
Reimplemented from itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >.