Computes magnitude of the gradient.
More...
#include <vtkImageGradientMagnitude.h>
Inherits vtkThreadedImageAlgorithm.
Computes magnitude of the gradient.
vtkImageGradientMagnitude computes the gradient magnitude of an image. Setting the dimensionality determines whether the gradient is computed on 2D images, or 3D volumes. The default is two dimensional XY images.
- See Also
- vtkImageGradient vtkImageMagnitude
- Examples:
- vtkImageGradientMagnitude (Examples)
- Tests:
- vtkImageGradientMagnitude (Tests)
Definition at line 40 of file vtkImageGradientMagnitude.h.
vtkImageGradientMagnitude::vtkImageGradientMagnitude |
( |
| ) |
|
|
protected |
vtkImageGradientMagnitude::~vtkImageGradientMagnitude |
( |
| ) |
|
|
inlineprotected |
static int vtkImageGradientMagnitude::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageGradientMagnitude::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageGradientMagnitude::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageGradientMagnitude::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageGradientMagnitude::SetHandleBoundaries |
( |
int |
| ) |
|
|
virtual |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
virtual int vtkImageGradientMagnitude::GetHandleBoundaries |
( |
| ) |
|
|
virtual |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
virtual void vtkImageGradientMagnitude::HandleBoundariesOn |
( |
| ) |
|
|
virtual |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
virtual void vtkImageGradientMagnitude::HandleBoundariesOff |
( |
| ) |
|
|
virtual |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
virtual void vtkImageGradientMagnitude::SetDimensionality |
( |
int |
| ) |
|
|
virtual |
Determines how the input is interpreted (set of 2d slices ...)
virtual int vtkImageGradientMagnitude::GetDimensionality |
( |
| ) |
|
|
virtual |
Determines how the input is interpreted (set of 2d slices ...)
virtual int vtkImageGradientMagnitude::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageGradientMagnitude::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkImageGradientMagnitude::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
extent[6], |
|
|
int |
id |
|
) |
| |
|
protected |
int vtkImageGradientMagnitude::HandleBoundaries |
|
protected |
int vtkImageGradientMagnitude::Dimensionality |
|
protected |
The documentation for this class was generated from the following file: