#include <itkFourierSeriesPath.h>
Inheritance diagram for itk::FourierSeriesPath< VDimension >:
Public Types | |
typedef FourierSeriesPath | Self |
typedef ParametricPath< VDimension > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef ContinuousIndex< double, VDimension > | ContinuousIndexType |
typedef Index< VDimension > | IndexType |
typedef Offset< VDimension > | OffsetType |
typedef Vector< double, VDimension > | VectorType |
typedef VectorContainer< unsigned, VectorType > | CoefficientsType |
typedef CoefficientsType::Pointer | CoefficientsPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual OutputType | Evaluate (const InputType &input) const |
virtual VectorType | EvaluateDerivative (const InputType &input) const |
void | AddHarmonic (const VectorType &CosCoefficients, const VectorType &SinCoefficients) |
virtual void | Initialize (void) |
void | Clear () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
FourierSeriesPath () | |
~FourierSeriesPath () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class is intended to represent closed parametric paths through an image which are defined by their Fourier coeficients (frequency components). The paths must be closed and defined over the interval [0,1], where the paths' values at input 0 and input 1 are identical. The user can control how many harmonics (how high of frequency components) are represented by a given instantiation of this class. Classic applications of this class include smoothing other closed paths (by finding and using only the first n harmonics of their frequency components) and interpolating exact derivatives of other closed paths by first converting the other paths to FourierSeriesPaths, which have an exactly defined algebraic derivative. (As many harmonics as are necessary to adequately approximate the original path should be used when approximating derivatives.)
EllipseParametricPath
Definition at line 62 of file itkFourierSeriesPath.h.
|
Definition at line 88 of file itkFourierSeriesPath.h. Referenced by itk::FourierSeriesPath< VDimension >::~FourierSeriesPath(). |
|
Definition at line 87 of file itkFourierSeriesPath.h. |
|
Reimplemented from itk::ParametricPath< VDimension >. Definition at line 70 of file itkFourierSeriesPath.h. |
|
Basic data-structure types used Reimplemented from itk::ParametricPath< VDimension >. Definition at line 83 of file itkFourierSeriesPath.h. |
|
All paths must be mapable to index space Reimplemented from itk::ParametricPath< VDimension >. Definition at line 84 of file itkFourierSeriesPath.h. |
|
Input type Reimplemented from itk::ParametricPath< VDimension >. Definition at line 76 of file itkFourierSeriesPath.h. |
|
Reimplemented from itk::ParametricPath< VDimension >. Definition at line 85 of file itkFourierSeriesPath.h. |
|
Output type Reimplemented from itk::ParametricPath< VDimension >. Definition at line 79 of file itkFourierSeriesPath.h. |
|
Reimplemented from itk::ParametricPath< VDimension >. Definition at line 69 of file itkFourierSeriesPath.h. |
|
Standard class typedefs. Reimplemented from itk::ParametricPath< VDimension >. Definition at line 67 of file itkFourierSeriesPath.h. Referenced by itk::FourierSeriesPath< VDimension >::~FourierSeriesPath(). |
|
Reimplemented from itk::ParametricPath< VDimension >. Definition at line 68 of file itkFourierSeriesPath.h. |
|
Reimplemented from itk::ParametricPath< VDimension >. Definition at line 86 of file itkFourierSeriesPath.h. |
|
|
|
Definition at line 122 of file itkFourierSeriesPath.h. References itk::FourierSeriesPath< VDimension >::CoefficientsPointer, and itk::FourierSeriesPath< VDimension >::Self. |
|
Add another harmonic's frequency coefficients. |
|
Clear all frequency coefficients (including the "DC" coefficients). Definition at line 103 of file itkFourierSeriesPath.h. |
|
Return the location of the parametric path at the specified location. Implements itk::Path< double, ContinuousIndex< double, VDimension >, VDimension >. |
|
Evaluate the first derivative of the ND output with respect to the 1D input. This is an exact, algebraic function. Reimplemented from itk::ParametricPath< VDimension >. |
|
Run-time type information (and related methods). Reimplemented from itk::ParametricPath< VDimension >. |
|
Needed for Pipelining Reimplemented from itk::DataObject. Definition at line 115 of file itkFourierSeriesPath.h. |
|
New() method for dynamic construction Reimplemented from itk::Object. |
|
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::ParametricPath< VDimension >. |