ActiViz .NET
5.8.0
|
vtkImageAnisotropicDiffusion3D - edge preserving smoothing. More...
Public Member Functions | |
vtkImageAnisotropicDiffusion3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageAnisotropicDiffusion3D () | |
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 () |
Set/Get the difference factor. | |
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 vtkImageAnisotropicDiffusion3D | NewInstance () |
Undocumented Block. | |
virtual void | SetCorners (int _arg) |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners). | |
virtual void | SetDiffusionFactor (double _arg) |
Set/Get the difference factor. | |
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 vtkImageAnisotropicDiffusion3D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageAnisotropicDiffusion3D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageAnisotropicDiffusion3D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkImageAnisotropicDiffusion3D" |
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 | vtkImageAnisotropicDiffusion3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageAnisotropicDiffusion3D_CornersOff_01 (HandleRef pThis) |
static internal void | vtkImageAnisotropicDiffusion3D_CornersOn_02 (HandleRef pThis) |
static internal void | vtkImageAnisotropicDiffusion3D_EdgesOff_03 (HandleRef pThis) |
static internal void | vtkImageAnisotropicDiffusion3D_EdgesOn_04 (HandleRef pThis) |
static internal void | vtkImageAnisotropicDiffusion3D_FacesOff_05 (HandleRef pThis) |
static internal void | vtkImageAnisotropicDiffusion3D_FacesOn_06 (HandleRef pThis) |
static internal int | vtkImageAnisotropicDiffusion3D_GetCorners_07 (HandleRef pThis) |
static internal double | vtkImageAnisotropicDiffusion3D_GetDiffusionFactor_08 (HandleRef pThis) |
static internal double | vtkImageAnisotropicDiffusion3D_GetDiffusionThreshold_09 (HandleRef pThis) |
static internal int | vtkImageAnisotropicDiffusion3D_GetEdges_10 (HandleRef pThis) |
static internal int | vtkImageAnisotropicDiffusion3D_GetFaces_11 (HandleRef pThis) |
static internal int | vtkImageAnisotropicDiffusion3D_GetGradientMagnitudeThreshold_12 (HandleRef pThis) |
static internal int | vtkImageAnisotropicDiffusion3D_GetNumberOfIterations_13 (HandleRef pThis) |
static internal void | vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOff_14 (HandleRef pThis) |
static internal void | vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOn_15 (HandleRef pThis) |
static internal int | vtkImageAnisotropicDiffusion3D_IsA_16 (HandleRef pThis, string type) |
static internal int | vtkImageAnisotropicDiffusion3D_IsTypeOf_17 (string type) |
static internal IntPtr | vtkImageAnisotropicDiffusion3D_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageAnisotropicDiffusion3D_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageAnisotropicDiffusion3D_SetCorners_21 (HandleRef pThis, int _arg) |
static internal void | vtkImageAnisotropicDiffusion3D_SetDiffusionFactor_22 (HandleRef pThis, double _arg) |
static internal void | vtkImageAnisotropicDiffusion3D_SetDiffusionThreshold_23 (HandleRef pThis, double _arg) |
static internal void | vtkImageAnisotropicDiffusion3D_SetEdges_24 (HandleRef pThis, int _arg) |
static internal void | vtkImageAnisotropicDiffusion3D_SetFaces_25 (HandleRef pThis, int _arg) |
static internal void | vtkImageAnisotropicDiffusion3D_SetGradientMagnitudeThreshold_26 (HandleRef pThis, int _arg) |
static internal void | vtkImageAnisotropicDiffusion3D_SetNumberOfIterations_27 (HandleRef pThis, int num) |
Static Private Member Functions | |
static | vtkImageAnisotropicDiffusion3D () |
Automatically generated type registration mechanics. |
vtkImageAnisotropicDiffusion3D - edge preserving smoothing.
Description vtkImageAnisotropicDiffusion3D diffuses an volume iteratively. The neighborhood of the diffusion is determined by the instance flags. if "Faces" is on, the 6 voxels adjoined by faces are included in the neighborhood. If "Edges" is on the 12 edge connected voxels are included, and if "Corners" is on, the 8 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.
static Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.CornersOff | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.CornersOn | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
override void Kitware.VTK.vtkImageAnisotropicDiffusion3D.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.
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.EdgesOff | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.EdgesOn | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.FacesOff | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.FacesOn | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int Kitware.VTK.vtkImageAnisotropicDiffusion3D.GetCorners | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual double Kitware.VTK.vtkImageAnisotropicDiffusion3D.GetDiffusionFactor | ( | ) | [virtual] |
Set/Get the difference factor.
virtual double Kitware.VTK.vtkImageAnisotropicDiffusion3D.GetDiffusionThreshold | ( | ) | [virtual] |
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 Kitware.VTK.vtkImageAnisotropicDiffusion3D.GetEdges | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int Kitware.VTK.vtkImageAnisotropicDiffusion3D.GetFaces | ( | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual int Kitware.VTK.vtkImageAnisotropicDiffusion3D.GetGradientMagnitudeThreshold | ( | ) | [virtual] |
Switch between gradient magnitude threshold and pixel gradient threshold.
virtual int Kitware.VTK.vtkImageAnisotropicDiffusion3D.GetNumberOfIterations | ( | ) | [virtual] |
Get the number of iterations.
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.GradientMagnitudeThresholdOff | ( | ) | [virtual] |
Switch between gradient magnitude threshold and pixel gradient threshold.
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.GradientMagnitudeThresholdOn | ( | ) | [virtual] |
Switch between gradient magnitude threshold and pixel gradient threshold.
override int Kitware.VTK.vtkImageAnisotropicDiffusion3D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new int Kitware.VTK.vtkImageAnisotropicDiffusion3D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageAnisotropicDiffusion3D Kitware.VTK.vtkImageAnisotropicDiffusion3D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageAnisotropicDiffusion3D Kitware.VTK.vtkImageAnisotropicDiffusion3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetCorners | ( | int | _arg | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetDiffusionFactor | ( | double | _arg | ) | [virtual] |
Set/Get the difference factor.
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetDiffusionThreshold | ( | double | _arg | ) | [virtual] |
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.vtkImageAnisotropicDiffusion3D.SetEdges | ( | int | _arg | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetFaces | ( | int | _arg | ) | [virtual] |
Choose neighbors to diffuse (6 faces, 12 edges, 8 corners).
virtual void Kitware.VTK.vtkImageAnisotropicDiffusion3D.SetGradientMagnitudeThreshold | ( | int | _arg | ) | [virtual] |
Switch between gradient magnitude threshold and pixel gradient threshold.
void Kitware.VTK.vtkImageAnisotropicDiffusion3D.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 internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_CornersOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_CornersOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_EdgesOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_EdgesOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_FacesOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_FacesOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GetCorners_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GetDiffusionFactor_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GetDiffusionThreshold_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GetEdges_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GetFaces_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GetGradientMagnitudeThreshold_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GetNumberOfIterations_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOff_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOn_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_IsA_16 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_IsTypeOf_17 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_NewInstance_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetCorners_21 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetDiffusionFactor_22 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetDiffusionThreshold_23 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetEdges_24 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetFaces_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetGradientMagnitudeThreshold_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAnisotropicDiffusion3D.vtkImageAnisotropicDiffusion3D_SetNumberOfIterations_27 | ( | HandleRef | pThis, |
int | num | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageAnisotropicDiffusion3D.MRClassNameKey = "30vtkImageAnisotropicDiffusion3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
new const string Kitware.VTK.vtkImageAnisotropicDiffusion3D.MRFullTypeName = "Kitware.VTK.vtkImageAnisotropicDiffusion3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.