#include <itkGaussianDerivativeSpatialFunction.h>
Inheritance diagram for itk::GaussianDerivativeSpatialFunction< TOutput, VImageDimension, TInput >:
Public Types | |
typedef GaussianDerivativeSpatialFunction | Self |
typedef SpatialFunction< TOutput, VImageDimension, TInput > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef FixedArray< double, VImageDimension > | ArrayType |
typedef Vector< double, VImageDimension > | VectorType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
OutputType | Evaluate (const TInput &position) const |
VectorType | EvaluateVector (const TInput &position) const |
virtual void | SetScale (double _arg) |
virtual double | GetScale () |
virtual void | SetNormalized (bool _arg) |
virtual bool | GetNormalized () |
virtual void | SetSigma (ArrayType _arg) |
virtual ArrayType | GetSigma () |
virtual void | SetMean (ArrayType _arg) |
virtual ArrayType | GetMean () |
virtual void | SetDirection (unsigned int _arg) |
virtual unsigned int | GetDirection () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
GaussianDerivativeSpatialFunction () | |
virtual | ~GaussianDerivativeSpatialFunction () |
void | PrintSelf (std::ostream &os, Indent indent) const |
GaussianDerivativeSpatialFunction implements a standard derivative of gaussian curve in N-d. m_Normalized determines whether or not the Derivative of the Gaussian is normalized (whether or not the sum over infinite space is 1.0)
m_Scale scales the output of the Gaussian to span a range larger than 0->1, and is often set to the maximum value of the output data type (for instance, 255 for uchars)
Definition at line 44 of file itkGaussianDerivativeSpatialFunction.h.
|
Type used to store derivatives parameters. Definition at line 66 of file itkGaussianDerivativeSpatialFunction.h. |
|
Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 51 of file itkGaussianDerivativeSpatialFunction.h. |
|
Input type for the function. Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 60 of file itkGaussianDerivativeSpatialFunction.h. |
|
Output type for the function. Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 63 of file itkGaussianDerivativeSpatialFunction.h. |
|
Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 50 of file itkGaussianDerivativeSpatialFunction.h. |
|
Standard class typedefs. Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 48 of file itkGaussianDerivativeSpatialFunction.h. |
|
Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 49 of file itkGaussianDerivativeSpatialFunction.h. |
|
Type used to return the derivatives in each direction Definition at line 69 of file itkGaussianDerivativeSpatialFunction.h. |
|
|
|
|
|
Evaluate the function at a given position and return the value in the specific direction. SetDirection() should be used to set the direction. |
|
Evaluate the function at a given position and return a vector |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Run-time type information (and related methods). Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Method for creation through the object factory. 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::SpatialFunction< TOutput, VImageDimension, TInput >. |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |