ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkComplexBSplineInterpolateImageFunction.h>
Complex wrapper around BSplineInterpolateImageFunction.
A complex wrapper class that splits complex input image in two real-type subimages containing real and imaginary parts, that are interpolated using the standard itkBSplineInterpolateImageFunction. The same requirements apply for this class: Set spline order before setting the input image! Derivative support is currently not implemented
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/585
Definition at line 44 of file itkComplexBSplineInterpolateImageFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef ComplexToImaginaryImageFilter < InputImageType, InternalImageType > | ImaginaryFilterType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::InputImageType | InputImageType |
typedef Image< double, itkGetStaticConstMacro(ImageDimension) > | InternalImageType |
typedef BSplineInterpolateImageFunction < InternalImageType, TCoordRep, TCoefficientType > | InterpolatorType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef ComplexToRealImageFilter < InputImageType, InternalImageType > | RealFilterType |
typedef ComplexBSplineInterpolateImageFunction | Self |
typedef InterpolateImageFunction < TImageType, TCoordRep > | Superclass |
Public Types inherited from itk::InterpolateImageFunction< TImageType, TCoordRep > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::IndexValueType | IndexValueType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef NumericTraits < typename TImageType::PixelType > ::RealType | RealType |
typedef InterpolateImageFunction | Self |
typedef ImageFunction < TImageType, typename NumericTraits< typename TImageType::PixelType > ::RealType, TCoordRep > | Superclass |
Public Types inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ContinuousIndex < TCoordRep, itkGetStaticConstMacro(ImageDimension) > | ContinuousIndexType |
typedef TCoordRep | CoordRepType |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::IndexValueType | IndexValueType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef TImageType | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef NumericTraits < TImageType::PixelType > ::RealType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > | PointType |
typedef ImageFunction | Self |
typedef FunctionBase< Point < TCoordRep, itkGetStaticConstMacro(ImageDimension) > , NumericTraits < TImageType::PixelType > ::RealType > | Superclass |
Public Types inherited from itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Point< TCoordRep, TImageType::ImageDimension > | InputType |
typedef NumericTraits < TImageType::PixelType > ::RealType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef FunctionBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::InterpolateImageFunction< TImageType, TCoordRep > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
static const unsigned int | ImageDimension |
Private Member Functions | |
ComplexBSplineInterpolateImageFunction (const Self &) | |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
ContinuousIndexType | m_EndContinuousIndex |
IndexType | m_EndIndex |
InputImageConstPointer | m_Image |
ContinuousIndexType | m_StartContinuousIndex |
IndexType | m_StartIndex |
typedef SmartPointer< const Self > itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::ConstPointer |
Standard class typedef.
Definition at line 59 of file itkComplexBSplineInterpolateImageFunction.h.
typedef Superclass::ContinuousIndexType itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::ContinuousIndexType |
ContinuousIndex typedef support.
Definition at line 80 of file itkComplexBSplineInterpolateImageFunction.h.
typedef ComplexToImaginaryImageFilter< InputImageType, InternalImageType > itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::ImaginaryFilterType |
Definition at line 90 of file itkComplexBSplineInterpolateImageFunction.h.
typedef Superclass::IndexType itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::IndexType |
Index typedef support.
Definition at line 77 of file itkComplexBSplineInterpolateImageFunction.h.
typedef Superclass::InputImageType itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::InputImageType |
InputImageType typedef support.
Definition at line 74 of file itkComplexBSplineInterpolateImageFunction.h.
typedef Image< double, itkGetStaticConstMacro(ImageDimension) > itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::InternalImageType |
Internal Real and imaginary image type
Definition at line 86 of file itkComplexBSplineInterpolateImageFunction.h.
typedef BSplineInterpolateImageFunction< InternalImageType, TCoordRep, TCoefficientType > itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::InterpolatorType |
Underlying real BSpline interpolator
Definition at line 93 of file itkComplexBSplineInterpolateImageFunction.h.
typedef Superclass::OutputType itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::OutputType |
OutputType typedef support.
Definition at line 71 of file itkComplexBSplineInterpolateImageFunction.h.
typedef SmartPointer< Self > itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::Pointer |
Standard class typedef.
Definition at line 56 of file itkComplexBSplineInterpolateImageFunction.h.
typedef Superclass::PointType itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::PointType |
PointType typedef support
Definition at line 83 of file itkComplexBSplineInterpolateImageFunction.h.
typedef ComplexToRealImageFilter< InputImageType, InternalImageType > itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::RealFilterType |
Complex to Real filter type
Definition at line 89 of file itkComplexBSplineInterpolateImageFunction.h.
typedef ComplexBSplineInterpolateImageFunction itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::Self |
Standard class typedef.
Definition at line 50 of file itkComplexBSplineInterpolateImageFunction.h.
typedef InterpolateImageFunction< TImageType, TCoordRep > itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::Superclass |
Standard class typedef.
Definition at line 53 of file itkComplexBSplineInterpolateImageFunction.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 130 of file itkComplexBSplineInterpolateImageFunction.h.
|
private |
|
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.
|
virtual |
Evaluate the function at a ContinuousIndex position.
Returns the B-Spline interpolated image intensity at a specified point position. No bounds checking is done. The point is assumed to lie within the image buffer.
ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InterpolateImageFunction< TImageType, TCoordRep >.
|
virtual |
|
static |
New macro for creation of through a Smart Pointer
|
protected |
|
protectedvirtual |
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::Object.
|
virtual |
Set the input image. This must be set by the user, after setting the spline order!
Reimplemented from itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >.
void itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::SetSplineOrder | ( | unsigned int | SplineOrder | ) |
Derivative typedef support Get/Sets the Spline Order, supports 0th - 5th order splines. The default is a 3rd order spline.
|
static |
Dimension underlying input image.
Definition at line 68 of file itkComplexBSplineInterpolateImageFunction.h.
|
private |
Definition at line 146 of file itkComplexBSplineInterpolateImageFunction.h.
|
private |
Definition at line 142 of file itkComplexBSplineInterpolateImageFunction.h.
|
private |
Definition at line 144 of file itkComplexBSplineInterpolateImageFunction.h.
|
private |
Definition at line 141 of file itkComplexBSplineInterpolateImageFunction.h.
|
private |
Definition at line 139 of file itkComplexBSplineInterpolateImageFunction.h.