#include <mitkGaussianDerivativeImageFilter.h>
Inherits mitkVolumeToVolumeFilter.
Inheritance diagram for mitkGaussianDerivativeImageFilter:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkGaussianDerivativeImageFilter () | |
virtual | ~mitkGaussianDerivativeImageFilter () |
void | SetOutputDatatype (int dataType) |
mitkGaussianDerivativeImageFilter - a concrete class for implementation of Gaussian Derivative Recursive Filter. It is used for calculating the gradient intensity of a image. The derivative based optimize method in registration framework will use this gradient intensities to compute the gradient descent direction.
In registration framework, this filter inputs the moving volume and outputs the gradient volume (2-channels in 2D and 3-channels in 3D).
|
Constructor. |
|
Deconstructor. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkVolumeToVolumeFilter. |
|
Set the data type for output volume.Default is MITK_FLOAT.
|