ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkBSplineControlPointImageFunction.h>
Evaluate a B-spline object given a grid of control points.
Operations include
Definition at line 66 of file itkBSplineControlPointImageFunction.h.
Public Types | |
typedef FixedArray< unsigned, ImageDimension > | ArrayType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef TInputImage | ControlPointLatticeType |
typedef TCoordRep | CoordRepType |
typedef VariableSizeMatrix < CoordRepType > | GradientType |
typedef VariableSizeMatrix < CoordRepType > | HessianComponentType |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef BSplineKernelFunction< 0 > | KernelOrder0Type |
typedef BSplineKernelFunction< 1 > | KernelOrder1Type |
typedef BSplineKernelFunction< 2 > | KernelOrder2Type |
typedef BSplineKernelFunction< 3 > | KernelOrder3Type |
typedef CoxDeBoorBSplineKernelFunction< 3 > | KernelType |
typedef InputImageType::PointType | OriginType |
typedef PixelType | OutputType |
typedef InputImageType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef InputImageType::PointType | PointType |
typedef RealImageType::Pointer | RealImagePointer |
typedef Image< CoordRepType, ImageDimension > | RealImageType |
typedef InputImageType::RegionType | RegionType |
typedef BSplineControlPointImageFunction | Self |
typedef InputImageType::SizeType | SizeType |
typedef InputImageType::SpacingType | SpacingType |
typedef ImageFunction < TInputImage, typename TInputImage::PixelType, TCoordRep > | Superclass |
Public Types inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, 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 TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef TInputImage::PixelType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > | PointType |
typedef ImageFunction | Self |
typedef FunctionBase< Point < TCoordRep, itkGetStaticConstMacro(ImageDimension) > , TInputImage::PixelType > | Superclass |
Public Types inherited from itk::FunctionBase< Point< TCoordRep, TInputImage::ImageDimension >, TInputImage::PixelType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Point< TCoordRep, TInputImage::ImageDimension > | InputType |
typedef TInputImage::PixelType | 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 = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep > | |
static const unsigned int | ImageDimension |
Protected Member Functions | |
BSplineControlPointImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~BSplineControlPointImageFunction () |
Protected Member Functions inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep > | |
ImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
~ImageFunction () | |
Protected Member Functions inherited from itk::FunctionBase< Point< TCoordRep, TInputImage::ImageDimension >, TInputImage::PixelType > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
BSplineControlPointImageFunction (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep > | |
ContinuousIndexType | m_EndContinuousIndex |
IndexType | m_EndIndex |
InputImageConstPointer | m_Image |
ContinuousIndexType | m_StartContinuousIndex |
IndexType | m_StartIndex |
typedef FixedArray<unsigned, ImageDimension> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::ArrayType |
Other typedef
Definition at line 102 of file itkBSplineControlPointImageFunction.h.
typedef SmartPointer<const Self> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 74 of file itkBSplineControlPointImageFunction.h.
typedef Superclass::ContinuousIndexType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
Definition at line 105 of file itkBSplineControlPointImageFunction.h.
typedef TInputImage itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::ControlPointLatticeType |
Image typedef support
Definition at line 83 of file itkBSplineControlPointImageFunction.h.
typedef TCoordRep itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::CoordRepType |
Definition at line 85 of file itkBSplineControlPointImageFunction.h.
typedef VariableSizeMatrix<CoordRepType> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::GradientType |
Definition at line 98 of file itkBSplineControlPointImageFunction.h.
typedef VariableSizeMatrix<CoordRepType> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::HessianComponentType |
Definition at line 99 of file itkBSplineControlPointImageFunction.h.
typedef InputImageType::IndexType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::IndexType |
Definition at line 88 of file itkBSplineControlPointImageFunction.h.
typedef InputImageType::RegionType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::InputImageRegionType |
Definition at line 90 of file itkBSplineControlPointImageFunction.h.
typedef TInputImage itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::InputImageType |
Definition at line 84 of file itkBSplineControlPointImageFunction.h.
typedef BSplineKernelFunction<0> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::KernelOrder0Type |
Definition at line 109 of file itkBSplineControlPointImageFunction.h.
typedef BSplineKernelFunction<1> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::KernelOrder1Type |
Definition at line 110 of file itkBSplineControlPointImageFunction.h.
typedef BSplineKernelFunction<2> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::KernelOrder2Type |
Definition at line 111 of file itkBSplineControlPointImageFunction.h.
typedef BSplineKernelFunction<3> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::KernelOrder3Type |
Definition at line 112 of file itkBSplineControlPointImageFunction.h.
typedef CoxDeBoorBSplineKernelFunction<3> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::KernelType |
Interpolation kernel type (default spline order = 3)
Definition at line 108 of file itkBSplineControlPointImageFunction.h.
typedef InputImageType::PointType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::OriginType |
Definition at line 93 of file itkBSplineControlPointImageFunction.h.
typedef PixelType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::OutputType |
Output typedef support
Definition at line 97 of file itkBSplineControlPointImageFunction.h.
typedef InputImageType::PixelType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::PixelType |
Definition at line 86 of file itkBSplineControlPointImageFunction.h.
typedef SmartPointer<Self> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 73 of file itkBSplineControlPointImageFunction.h.
typedef InputImageType::PointType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::PointType |
Definition at line 89 of file itkBSplineControlPointImageFunction.h.
typedef RealImageType::Pointer itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::RealImagePointer |
Definition at line 104 of file itkBSplineControlPointImageFunction.h.
typedef Image<CoordRepType, ImageDimension> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::RealImageType |
Definition at line 103 of file itkBSplineControlPointImageFunction.h.
typedef InputImageType::RegionType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::RegionType |
Definition at line 87 of file itkBSplineControlPointImageFunction.h.
typedef BSplineControlPointImageFunction itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::Self |
Definition at line 70 of file itkBSplineControlPointImageFunction.h.
typedef InputImageType::SizeType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::SizeType |
Definition at line 94 of file itkBSplineControlPointImageFunction.h.
typedef InputImageType::SpacingType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::SpacingType |
Definition at line 92 of file itkBSplineControlPointImageFunction.h.
typedef ImageFunction<TInputImage, typename TInputImage::PixelType, TCoordRep> itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::Superclass |
Definition at line 72 of file itkBSplineControlPointImageFunction.h.
|
protected |
|
protectedvirtual |
|
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 resulting B-spline object at a specified internal parameteric point. Note that the internal parameterization over each dimension of the B-spline object is [0, 1).
|
virtual |
Evaluate the resulting B-spline object at a specified continuous index in the parametric domain.
|
virtual |
Evaluate the resulting B-spline object at a specified index in the parametric domain.
Implements itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.
OutputType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateAtParametricPoint | ( | const PointType & | ) | const |
Evaluate the resulting B-spline object at a specified point in the parametric domain.
GradientType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateGradient | ( | const PointType & | ) | const |
Evaluate the gradient of the resulting B-spline object at a specified internal parameteric point. Note that the internal parameterization over each dimension of the B-spline object is [0, 1).
GradientType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateGradientAtContinuousIndex | ( | const ContinuousIndexType & | ) | const |
Evaluate the gradient of the resulting B-spline object at a specified continuous index in the parametric domain.
GradientType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateGradientAtIndex | ( | const IndexType & | ) | const |
Evaluate the gradient of the resulting B-spline object at a specified index in the parametric domain.
GradientType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateGradientAtParametricPoint | ( | const PointType & | ) | const |
Evaluate the gradient of the resulting B-spline object at a specified point in the parametric domain.
HessianComponentType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateHessian | ( | const PointType & | , |
const unsigned | int | ||
) | const |
Evaluate the hessian of the resulting B-spline object at a specified internal parameteric point. Note that the internal parameterization over each dimension of the B-spline object is [0, 1).
HessianComponentType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateHessianAtContinuousIndex | ( | const ContinuousIndexType & | , |
const unsigned | int | ||
) | const |
Evaluate the Hessian of the resulting B-spline object at a specified con- tinuous index within the parametric domain. Since the Hessian for a vector function is a 3-tensor, one must specify the component.
HessianComponentType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateHessianAtIndex | ( | const IndexType & | , |
const unsigned | int | ||
) | const |
Evaluate the Hessian of the resulting B-spline object at a specified index within the parametric domain. Since the Hessian for a vector function is a 3-tensor, one must specify the component.
HessianComponentType itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::EvaluateHessianAtParametricPoint | ( | const PointType & | , |
const unsigned | int | ||
) | const |
Evaluate the Hessian of the resulting B-spline object at a specified point within the parametric domain. Since the Hessian for a vector function is a 3-tensor, one must specify the component.
|
virtual |
Get the boolean array indicating which dimensions are closed.
|
virtual |
Get the parametric origin of the B-spline object domain.
|
virtual |
Get the parametric size of the B-spline object domain.
|
virtual |
Get the parametric spacing of the B-spline object domain.
|
virtual |
Get the spline order array of the B-spline object. Default = 3.
|
static |
Method for creation through the object factory.
|
private |
|
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 boolean array indicating the periodicity of the B-spline object. This array of 0/1 values defines whether a particular dimension of the parametric space is to be considered periodic or not. For example, if you are using interpolating along a 1D closed curve, the array type will have size 1, and you should set the first element of this array to the value "1". In the case that you were interpolating in a planar surface with cylindrical topology, the array type will have two components, and you should set to "1" the component that goes around the cylinder, and set to "0" the component that goes from the top of the cylinder to the bottom. This will indicate the periodity of that parameter to the filter. Internally, in order to make periodic the domain of the parameter, the filter will reuse some of the points at the beginning of the domain as if they were also located at the end of the domain. The number of points to be reused will depend on the spline order. As a user, you don't need to replicate the points, the filter will do this for you.
|
virtual |
Set the input image. Note that the size, spacing, origin, and spline order must be called prior to setting the input image.
Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.
|
virtual |
Set the parametric origin of the B-spline object domain.
|
virtual |
Set the parametric size of the B-spline object domain.
|
virtual |
Set the parametric spacing of the B-spline object domain.
void itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::SetSplineOrder | ( | const unsigned | int | ) |
Set the spline order of the B-spline object for all parametric dimensions. Default = 3.
void itk::BSplineControlPointImageFunction< TInputImage, TCoordRep >::SetSplineOrder | ( | const ArrayType & | ) |
Set the spline order array where each element of the array corresponds to a single parametric dimension of the B-spline object. Default = 3.
|
static |
Extract dimension from input image.
Definition at line 80 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 300 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 289 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 294 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 295 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 296 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 297 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 298 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 292 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 288 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 286 of file itkBSplineControlPointImageFunction.h.
|
private |
Parameters for the B-spline object domain
Definition at line 284 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 285 of file itkBSplineControlPointImageFunction.h.
|
private |
Definition at line 290 of file itkBSplineControlPointImageFunction.h.