ActiViz .NET
5.8.0
|
vtkImageNonMaximumSuppression - Performs non-maximum suppression More...
Public Member Functions | |
vtkImageNonMaximumSuppression (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageNonMaximumSuppression () | |
Undocumented Block. | |
virtual int | GetDimensionality () |
Determines how the input is interpreted (set of 2d slices or a 3D volume) | |
virtual int | GetDimensionalityMaxValue () |
Determines how the input is interpreted (set of 2d slices or a 3D volume) | |
virtual int | GetDimensionalityMinValue () |
Determines how the input is interpreted (set of 2d slices or a 3D volume) | |
virtual int | GetHandleBoundaries () |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values. | |
virtual void | HandleBoundariesOff () |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values. | |
virtual void | HandleBoundariesOn () |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageNonMaximumSuppression | NewInstance () |
Undocumented Block. | |
virtual void | SetDimensionality (int _arg) |
Determines how the input is interpreted (set of 2d slices or a 3D volume) | |
virtual void | SetHandleBoundaries (int _arg) |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values. | |
void | SetMagnitudeInput (vtkImageData input) |
Set the magnitude and vector inputs. | |
void | SetVectorInput (vtkImageData input) |
Set the magnitude and vector inputs. | |
Static Public Member Functions | |
static new vtkImageNonMaximumSuppression | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageNonMaximumSuppression | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageNonMaximumSuppression" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkImageNonMaximumSuppression" |
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 | vtkImageNonMaximumSuppression_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageNonMaximumSuppression_GetDimensionality_01 (HandleRef pThis) |
static internal int | vtkImageNonMaximumSuppression_GetDimensionalityMaxValue_02 (HandleRef pThis) |
static internal int | vtkImageNonMaximumSuppression_GetDimensionalityMinValue_03 (HandleRef pThis) |
static internal int | vtkImageNonMaximumSuppression_GetHandleBoundaries_04 (HandleRef pThis) |
static internal void | vtkImageNonMaximumSuppression_HandleBoundariesOff_05 (HandleRef pThis) |
static internal void | vtkImageNonMaximumSuppression_HandleBoundariesOn_06 (HandleRef pThis) |
static internal int | vtkImageNonMaximumSuppression_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkImageNonMaximumSuppression_IsTypeOf_08 (string type) |
static internal IntPtr | vtkImageNonMaximumSuppression_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageNonMaximumSuppression_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageNonMaximumSuppression_SetDimensionality_12 (HandleRef pThis, int _arg) |
static internal void | vtkImageNonMaximumSuppression_SetHandleBoundaries_13 (HandleRef pThis, int _arg) |
static internal void | vtkImageNonMaximumSuppression_SetMagnitudeInput_14 (HandleRef pThis, HandleRef input) |
static internal void | vtkImageNonMaximumSuppression_SetVectorInput_15 (HandleRef pThis, HandleRef input) |
Static Private Member Functions | |
static | vtkImageNonMaximumSuppression () |
Automatically generated type registration mechanics. |
vtkImageNonMaximumSuppression - Performs non-maximum suppression
Description vtkImageNonMaximumSuppression Sets to zero any pixel that is not a peak. If a pixel has a neighbor along the vector that has larger magnitude, the smaller pixel is set to zero. The filter takes two inputs: a magnitude and a vector. Output is magnitude information and is always in doubles. Typically this filter is used with vtkImageGradient and vtkImageGradientMagnitude as inputs.
static Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageNonMaximumSuppression.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.vtkThreadedImageAlgorithm.
virtual int Kitware.VTK.vtkImageNonMaximumSuppression.GetDimensionality | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices or a 3D volume)
virtual int Kitware.VTK.vtkImageNonMaximumSuppression.GetDimensionalityMaxValue | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices or a 3D volume)
virtual int Kitware.VTK.vtkImageNonMaximumSuppression.GetDimensionalityMinValue | ( | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices or a 3D volume)
virtual int Kitware.VTK.vtkImageNonMaximumSuppression.GetHandleBoundaries | ( | ) | [virtual] |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
virtual void Kitware.VTK.vtkImageNonMaximumSuppression.HandleBoundariesOff | ( | ) | [virtual] |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
virtual void Kitware.VTK.vtkImageNonMaximumSuppression.HandleBoundariesOn | ( | ) | [virtual] |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
override int Kitware.VTK.vtkImageNonMaximumSuppression.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageNonMaximumSuppression.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageNonMaximumSuppression Kitware.VTK.vtkImageNonMaximumSuppression.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageNonMaximumSuppression Kitware.VTK.vtkImageNonMaximumSuppression.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageNonMaximumSuppression.SetDimensionality | ( | int | _arg | ) | [virtual] |
Determines how the input is interpreted (set of 2d slices or a 3D volume)
virtual void Kitware.VTK.vtkImageNonMaximumSuppression.SetHandleBoundaries | ( | int | _arg | ) | [virtual] |
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.
Set the magnitude and vector inputs.
Set the magnitude and vector inputs.
static internal int Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_GetDimensionality_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_GetDimensionalityMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_GetDimensionalityMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_GetHandleBoundaries_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_HandleBoundariesOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_HandleBoundariesOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_SetDimensionality_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_SetHandleBoundaries_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_SetMagnitudeInput_14 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkImageNonMaximumSuppression.vtkImageNonMaximumSuppression_SetVectorInput_15 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageNonMaximumSuppression.MRClassNameKey = "29vtkImageNonMaximumSuppression" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageNonMaximumSuppression.MRFullTypeName = "Kitware.VTK.vtkImageNonMaximumSuppression" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.