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.vtkImageNonMaximumSuppression Class Reference

vtkImageNonMaximumSuppression - Performs non-maximum suppression More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Determines how the input is interpreted (set of 2d slices or a 3D volume)

Determines how the input is interpreted (set of 2d slices or a 3D volume)

Determines how the input is interpreted (set of 2d slices or a 3D volume)

If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.

If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

Determines how the input is interpreted (set of 2d slices or a 3D volume)

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_IsA_07 ( HandleRef  pThis,
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]

Member Data Documentation

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.


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