ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageAnisotropicDiffusion2D Class Reference

vtkImageAnisotropicDiffusion2D - edge preserving smoothing. More...

Inheritance diagram for Kitware.VTK.vtkImageAnisotropicDiffusion2D:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageAnisotropicDiffusion2D:
[legend]

List of all members.

Public Member Functions

 vtkImageAnisotropicDiffusion2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageAnisotropicDiffusion2D ()
 Undocumented Block.
virtual void CornersOff ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void CornersOn ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void EdgesOff ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void EdgesOn ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void FacesOff ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void FacesOn ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int GetCorners ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual double GetDiffusionFactor ()
 The diffusion factor specifies how much neighboring pixels effect each other. No diffusion occurs with a factor of 0, and a diffusion factor of 1 causes the pixel to become the average of all its neighbors.
virtual double GetDiffusionThreshold ()
 Set/Get the difference threshold that stops diffusion. when the difference between two pixel is greater than this threshold, the pixels are not diffused. This causes diffusion to avoid sharp edges. If the GradientMagnitudeThreshold is set, then gradient magnitude is used for comparison instead of pixel differences.
virtual int GetEdges ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int GetFaces ()
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int GetGradientMagnitudeThreshold ()
 Switch between gradient magnitude threshold and pixel gradient threshold.
virtual int GetNumberOfIterations ()
 Get the number of iterations.
virtual void GradientMagnitudeThresholdOff ()
 Switch between gradient magnitude threshold and pixel gradient threshold.
virtual void GradientMagnitudeThresholdOn ()
 Switch between gradient magnitude threshold and pixel gradient threshold.
override int IsA (string type)
 Undocumented Block.
new vtkImageAnisotropicDiffusion2D NewInstance ()
 Undocumented Block.
virtual void SetCorners (int _arg)
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void SetDiffusionFactor (double _arg)
 The diffusion factor specifies how much neighboring pixels effect each other. No diffusion occurs with a factor of 0, and a diffusion factor of 1 causes the pixel to become the average of all its neighbors.
virtual void SetDiffusionThreshold (double _arg)
 Set/Get the difference threshold that stops diffusion. when the difference between two pixel is greater than this threshold, the pixels are not diffused. This causes diffusion to avoid sharp edges. If the GradientMagnitudeThreshold is set, then gradient magnitude is used for comparison instead of pixel differences.
virtual void SetEdges (int _arg)
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void SetFaces (int _arg)
 Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void SetGradientMagnitudeThreshold (int _arg)
 Switch between gradient magnitude threshold and pixel gradient threshold.
void SetNumberOfIterations (int num)
 This method sets the number of interations which also affects the input neighborhood needed to compute one output pixel. Each iterations requires an extra pixel layer on the neighborhood. This is only relavent when you are trying to stream or are requesting a sub extent of the "wholeExtent".

Static Public Member Functions

static new
vtkImageAnisotropicDiffusion2D 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkImageAnisotropicDiffusion2D 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageAnisotropicDiffusion2D"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkImageAnisotropicDiffusion2D"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkImageAnisotropicDiffusion2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAnisotropicDiffusion2D_CornersOff_01 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion2D_CornersOn_02 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion2D_EdgesOff_03 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion2D_EdgesOn_04 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion2D_FacesOff_05 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion2D_FacesOn_06 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion2D_GetCorners_07 (HandleRef pThis)
static internal double vtkImageAnisotropicDiffusion2D_GetDiffusionFactor_08 (HandleRef pThis)
static internal double vtkImageAnisotropicDiffusion2D_GetDiffusionThreshold_09 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion2D_GetEdges_10 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion2D_GetFaces_11 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion2D_GetGradientMagnitudeThreshold_12 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion2D_GetNumberOfIterations_13 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion2D_GradientMagnitudeThresholdOff_14 (HandleRef pThis)
static internal void vtkImageAnisotropicDiffusion2D_GradientMagnitudeThresholdOn_15 (HandleRef pThis)
static internal int vtkImageAnisotropicDiffusion2D_IsA_16 (HandleRef pThis, string type)
static internal int vtkImageAnisotropicDiffusion2D_IsTypeOf_17 (string type)
static internal IntPtr vtkImageAnisotropicDiffusion2D_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageAnisotropicDiffusion2D_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAnisotropicDiffusion2D_SetCorners_21 (HandleRef pThis, int _arg)
static internal void vtkImageAnisotropicDiffusion2D_SetDiffusionFactor_22 (HandleRef pThis, double _arg)
static internal void vtkImageAnisotropicDiffusion2D_SetDiffusionThreshold_23 (HandleRef pThis, double _arg)
static internal void vtkImageAnisotropicDiffusion2D_SetEdges_24 (HandleRef pThis, int _arg)
static internal void vtkImageAnisotropicDiffusion2D_SetFaces_25 (HandleRef pThis, int _arg)
static internal void vtkImageAnisotropicDiffusion2D_SetGradientMagnitudeThreshold_26 (HandleRef pThis, int _arg)
static internal void vtkImageAnisotropicDiffusion2D_SetNumberOfIterations_27 (HandleRef pThis, int num)

Static Private Member Functions

static vtkImageAnisotropicDiffusion2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageAnisotropicDiffusion2D - edge preserving smoothing.

Description vtkImageAnisotropicDiffusion2D diffuses a 2d image iteratively. The neighborhood of the diffusion is determined by the instance flags. If "Edges" is on the 4 edge connected voxels are included, and if "Corners" is on, the 4 corner connected voxels are included. "DiffusionFactor" determines how far a pixel value moves toward its neighbors, and is insensitive to the number of neighbors chosen. The diffusion is anisotropic because it only occurs when a gradient measure is below "GradientThreshold". Two gradient measures exist and are toggled by the "GradientMagnitudeThreshold" flag. When "GradientMagnitudeThreshold" is on, the magnitude of the gradient, computed by central differences, above "DiffusionThreshold" a voxel is not modified. The alternative measure examines each neighbor independently. The gradient between the voxel and the neighbor must be below the "DiffusionThreshold" for diffusion to occur with THAT neighbor.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

override void Kitware.VTK.vtkImageAnisotropicDiffusion2D.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

The diffusion factor specifies how much neighboring pixels effect each other. No diffusion occurs with a factor of 0, and a diffusion factor of 1 causes the pixel to become the average of all its neighbors.

Set/Get the difference threshold that stops diffusion. when the difference between two pixel is greater than this threshold, the pixels are not diffused. This causes diffusion to avoid sharp edges. If the GradientMagnitudeThreshold is set, then gradient magnitude is used for comparison instead of pixel differences.

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Switch between gradient magnitude threshold and pixel gradient threshold.

Get the number of iterations.

Switch between gradient magnitude threshold and pixel gradient threshold.

Switch between gradient magnitude threshold and pixel gradient threshold.

override int Kitware.VTK.vtkImageAnisotropicDiffusion2D.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

static new int Kitware.VTK.vtkImageAnisotropicDiffusion2D.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageAnisotropicDiffusion2D.SetCorners ( int  _arg) [virtual]

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

virtual void Kitware.VTK.vtkImageAnisotropicDiffusion2D.SetDiffusionFactor ( double  _arg) [virtual]

The diffusion factor specifies how much neighboring pixels effect each other. No diffusion occurs with a factor of 0, and a diffusion factor of 1 causes the pixel to become the average of all its neighbors.

Set/Get the difference threshold that stops diffusion. when the difference between two pixel is greater than this threshold, the pixels are not diffused. This causes diffusion to avoid sharp edges. If the GradientMagnitudeThreshold is set, then gradient magnitude is used for comparison instead of pixel differences.

virtual void Kitware.VTK.vtkImageAnisotropicDiffusion2D.SetEdges ( int  _arg) [virtual]

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

virtual void Kitware.VTK.vtkImageAnisotropicDiffusion2D.SetFaces ( int  _arg) [virtual]

Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).

Switch between gradient magnitude threshold and pixel gradient threshold.

This method sets the number of interations which also affects the input neighborhood needed to compute one output pixel. Each iterations requires an extra pixel layer on the neighborhood. This is only relavent when you are trying to stream or are requesting a sub extent of the "wholeExtent".

static internal int Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_IsA_16 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_SafeDownCast_20 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_SetCorners_21 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_SetDiffusionFactor_22 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_SetDiffusionThreshold_23 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_SetEdges_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_SetFaces_25 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion2D.vtkImageAnisotropicDiffusion2D_SetNumberOfIterations_27 ( HandleRef  pThis,
int  num 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageAnisotropicDiffusion2D.MRClassNameKey = "30vtkImageAnisotropicDiffusion2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.

new const string Kitware.VTK.vtkImageAnisotropicDiffusion2D.MRFullTypeName = "Kitware.VTK.vtkImageAnisotropicDiffusion2D"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.


The documentation for this class was generated from the following file: