ActiViz .NET
5.8.0
|
vtkSubPixelPositionEdgels - adjust edgel locations based on gradients. More...
Public Member Functions | |
vtkSubPixelPositionEdgels (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSubPixelPositionEdgels () | |
Undocumented Block. | |
vtkStructuredPoints | GetGradMaps () |
Set/Get the gradient data for doing the position adjustments. | |
virtual int | GetTargetFlag () |
These methods can make the positioning look for a target scalar value instead of looking for a maximum. | |
virtual double | GetTargetValue () |
These methods can make the positioning look for a target scalar value instead of looking for a maximum. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSubPixelPositionEdgels | NewInstance () |
Undocumented Block. | |
void | SetGradMaps (vtkStructuredPoints gm) |
Set/Get the gradient data for doing the position adjustments. | |
virtual void | SetTargetFlag (int _arg) |
These methods can make the positioning look for a target scalar value instead of looking for a maximum. | |
virtual void | SetTargetValue (double _arg) |
These methods can make the positioning look for a target scalar value instead of looking for a maximum. | |
virtual void | TargetFlagOff () |
These methods can make the positioning look for a target scalar value instead of looking for a maximum. | |
virtual void | TargetFlagOn () |
These methods can make the positioning look for a target scalar value instead of looking for a maximum. | |
Static Public Member Functions | |
static new vtkSubPixelPositionEdgels | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSubPixelPositionEdgels | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSubPixelPositionEdgels" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkSubPixelPositionEdgels" |
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 | vtkSubPixelPositionEdgels_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSubPixelPositionEdgels_GetGradMaps_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSubPixelPositionEdgels_GetTargetFlag_02 (HandleRef pThis) |
static internal double | vtkSubPixelPositionEdgels_GetTargetValue_03 (HandleRef pThis) |
static internal int | vtkSubPixelPositionEdgels_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkSubPixelPositionEdgels_IsTypeOf_05 (string type) |
static internal IntPtr | vtkSubPixelPositionEdgels_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSubPixelPositionEdgels_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSubPixelPositionEdgels_SetGradMaps_09 (HandleRef pThis, HandleRef gm) |
static internal void | vtkSubPixelPositionEdgels_SetTargetFlag_10 (HandleRef pThis, int _arg) |
static internal void | vtkSubPixelPositionEdgels_SetTargetValue_11 (HandleRef pThis, double _arg) |
static internal void | vtkSubPixelPositionEdgels_TargetFlagOff_12 (HandleRef pThis) |
static internal void | vtkSubPixelPositionEdgels_TargetFlagOn_13 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkSubPixelPositionEdgels () |
Automatically generated type registration mechanics. |
vtkSubPixelPositionEdgels - adjust edgel locations based on gradients.
Description vtkSubPixelPositionEdgels is a filter that takes a series of linked edgels (digital curves) and gradient maps as input. It then adjusts the edgel locations based on the gradient data. Specifically, the algorithm first determines the neighboring gradient magnitudes of an edgel using simple interpolation of its neighbors. It then fits the following three data points: negative gradient direction gradient magnitude, edgel gradient magnitude and positive gradient direction gradient magnitude to a quadratic function. It then solves this quadratic to find the maximum gradient location along the gradient orientation. It then modifies the edgels location along the gradient orientation to the calculated maximum location. This algorithm does not adjust an edgel in the direction orthogonal to its gradient vector.
static Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSubPixelPositionEdgels.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.vtkPolyDataAlgorithm.
Set/Get the gradient data for doing the position adjustments.
virtual int Kitware.VTK.vtkSubPixelPositionEdgels.GetTargetFlag | ( | ) | [virtual] |
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
virtual double Kitware.VTK.vtkSubPixelPositionEdgels.GetTargetValue | ( | ) | [virtual] |
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
override int Kitware.VTK.vtkSubPixelPositionEdgels.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkSubPixelPositionEdgels.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSubPixelPositionEdgels Kitware.VTK.vtkSubPixelPositionEdgels.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSubPixelPositionEdgels Kitware.VTK.vtkSubPixelPositionEdgels.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Set/Get the gradient data for doing the position adjustments.
virtual void Kitware.VTK.vtkSubPixelPositionEdgels.SetTargetFlag | ( | int | _arg | ) | [virtual] |
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
virtual void Kitware.VTK.vtkSubPixelPositionEdgels.SetTargetValue | ( | double | _arg | ) | [virtual] |
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
virtual void Kitware.VTK.vtkSubPixelPositionEdgels.TargetFlagOff | ( | ) | [virtual] |
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
virtual void Kitware.VTK.vtkSubPixelPositionEdgels.TargetFlagOn | ( | ) | [virtual] |
These methods can make the positioning look for a target scalar value instead of looking for a maximum.
static internal IntPtr Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_GetGradMaps_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_GetTargetFlag_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_GetTargetValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_SetGradMaps_09 | ( | HandleRef | pThis, |
HandleRef | gm | ||
) | [private] |
static internal void Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_SetTargetFlag_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_SetTargetValue_11 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_TargetFlagOff_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSubPixelPositionEdgels.vtkSubPixelPositionEdgels_TargetFlagOn_13 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkSubPixelPositionEdgels.MRClassNameKey = "25vtkSubPixelPositionEdgels" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkSubPixelPositionEdgels.MRFullTypeName = "Kitware.VTK.vtkSubPixelPositionEdgels" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.