Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkBSplineInterpolateFilter Class Reference

mitkBSplineInterpolateFilter - a concrete interpolator More...

#include <mitkBSplineInterpolateFilter.h>

Inherits mitkInterpolateFilter.

Inheritance diagram for mitkBSplineInterpolateFilter:

Inheritance graph
[legend]
Collaboration diagram for mitkBSplineInterpolateFilter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)
 mitkBSplineInterpolateFilter (unsigned int splineDegree)
 mitkBSplineInterpolateFilter ()

Detailed Description

mitkBSplineInterpolateFilter - a concrete interpolator

mitkBSplineInterpolateFilter is a concrete class for implementation of B-Spline interpolation algorithem. A point's intensity can be estimated using a B-spline curve. Several B-spline basis funcitons were implemented from 2-degree to 9-degree. Cubic(3-degree) B-spline is the default interpolation kernel algorithm which requires 4x4 neighborhood in 2D, 4x4x4 neighborhood in 3D.

This filter can perform point interpolation by using InterpolatePoint() and perform volume interpolation by using Run().

User should specify the input volume and run Update() first before interpolation.


Constructor & Destructor Documentation

mitkBSplineInterpolateFilter::mitkBSplineInterpolateFilter unsigned int  splineDegree  ) 
 

Constructor with specific spline degree. param splineDegree Specify the degree for B-Spline kernel.

mitkBSplineInterpolateFilter::mitkBSplineInterpolateFilter  ) 
 

Constructor.


Member Function Documentation

virtual void mitkBSplineInterpolateFilter::PrintSelf ostream &  os  )  [virtual]
 

Print the necessary information about this object for the debugging purpose.

Parameters:
os The specified ostream to output information.

Reimplemented from mitkInterpolateFilter.


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:01:10 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3