ActiViz .NET
5.8.0
|
vtkImageHybridMedian2D - Median filter that preserves lines and corners. More...
Public Member Functions | |
vtkImageHybridMedian2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageHybridMedian2D () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageHybridMedian2D | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkImageHybridMedian2D | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageHybridMedian2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageHybridMedian2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkImageHybridMedian2D" |
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 | vtkImageHybridMedian2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageHybridMedian2D_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkImageHybridMedian2D_IsTypeOf_02 (string type) |
static internal IntPtr | vtkImageHybridMedian2D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageHybridMedian2D_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkImageHybridMedian2D () |
Automatically generated type registration mechanics. |
vtkImageHybridMedian2D - Median filter that preserves lines and corners.
Description vtkImageHybridMedian2D is a median filter that preserves thin lines and corners. It operates on a 5x5 pixel neighborhood. It computes two values initially: the median of the + neighbors and the median of the x neighbors. It then computes the median of these two values plus the center pixel. This result of this second median is the output pixel value.
static Kitware.VTK.vtkImageHybridMedian2D.vtkImageHybridMedian2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageHybridMedian2D.vtkImageHybridMedian2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageHybridMedian2D.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.
override int Kitware.VTK.vtkImageHybridMedian2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new int Kitware.VTK.vtkImageHybridMedian2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageHybridMedian2D Kitware.VTK.vtkImageHybridMedian2D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static new vtkImageHybridMedian2D Kitware.VTK.vtkImageHybridMedian2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
static internal int Kitware.VTK.vtkImageHybridMedian2D.vtkImageHybridMedian2D_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageHybridMedian2D.vtkImageHybridMedian2D_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageHybridMedian2D.vtkImageHybridMedian2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageHybridMedian2D.vtkImageHybridMedian2D_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageHybridMedian2D.vtkImageHybridMedian2D_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageHybridMedian2D.MRClassNameKey = "22vtkImageHybridMedian2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.
new const string Kitware.VTK.vtkImageHybridMedian2D.MRFullTypeName = "Kitware.VTK.vtkImageHybridMedian2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageSpatialAlgorithm.