#include <itkChainCodeToFourierSeriesPathFilter.h>
Inheritance diagram for itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >:
Public Types | |
typedef ChainCodeToFourierSeriesPathFilter | Self |
typedef PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputChainCodePath | InputPathType |
typedef InputPathType::Pointer | InputPathPointer |
typedef InputPathType::InputType | InputPathInputType |
typedef TOutputFourierSeriesPath | OutputPathType |
typedef OutputPathType::Pointer | OutputPathPointer |
typedef OutputPathType::InputType | OutputPathInputType |
typedef InputPathType::IndexType | IndexType |
typedef InputPathType::OffsetType | OffsetType |
typedef OutputPathType::VectorType | VectorType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetNumberOfHarmonics (unsigned int _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ChainCodeToFourierSeriesPathFilter () | |
virtual | ~ChainCodeToFourierSeriesPathFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData (void) |
ChainCodeToFourierSeriesPathFilter produces a Fourier series representation of a chain code path. By default, the first 8 harmonics (frequency coefficients, which include the "DC" term) are computed. SetNumberOfHarmonics() can be used to override this value. Because the requested number of harmonics may not be able to be computed, it is advisable to check the number of harmonics in the actual output.
Definition at line 41 of file itkChainCodeToFourierSeriesPathFilter.h.
|
Reimplemented from itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. Definition at line 50 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Definition at line 65 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Definition at line 61 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. Definition at line 60 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. Definition at line 59 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Definition at line 66 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputFourierSeriesPath >. Definition at line 64 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputFourierSeriesPath >. Definition at line 63 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::PathSource< TOutputFourierSeriesPath >. Definition at line 62 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. Definition at line 49 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Standard class typedefs. Reimplemented from itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. Definition at line 46 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. Definition at line 48 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
Definition at line 67 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
|
|
Definition at line 80 of file itkChainCodeToFourierSeriesPathFilter.h. |
|
This method causes the filter to generate its output. Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. |
|
Method for creation through the object factory. Reimplemented from itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. |
|
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::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >. |
|
Set the number of harmonics to try to compute. By default, the first 8 harmonics (frequency coefficients, which include the "DC" term) are computed. SetNumberOfHarmonics() can be used to override this value. If the chain code has too few steps to calculate the desired number of harmonics (due to the Nyquist criterion), then as many harmonics as are possible (input->NumberOfSteps()/2) will be calculated, but at least 2 harmonics will always be calculated. |