Generated from class MR.ContoursDistanceMapOptions. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
Generated from class MR.ContoursDistanceMapOptions. This is the const half of the class.
◆ SignedDetectionMethod
method to calculate sign
| Enumerator |
|---|
| ContourOrientation | detect sign of distance based on closest contour's edge turn
(recommended for good contours with no self-intersections)
- Note
- that polyline topology should be consistently oriented
|
| WindingRule | detect sign of distance based on number of ray intersections with contours
(recommended for contours with self-intersections)
|
◆ Const_ContoursDistanceMapOptions() [1/4]
| unsafe MR.Const_ContoursDistanceMapOptions.Const_ContoursDistanceMapOptions |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ContoursDistanceMapOptions() [2/4]
◆ Const_ContoursDistanceMapOptions() [3/4]
◆ Const_ContoursDistanceMapOptions() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_ContoursDistanceMapOptions.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ContoursDistanceMapOptions.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_offsetParameters
| unsafe MR.Const_ContoursDistanceMapOffset._Underlying** MR.Const_ContoursDistanceMapOptions.__ptr_storage_offsetParameters |
|
protected |
◆ __ptr_storage_outClosestEdges
| unsafe MR.Std.Vector_MRUndirectedEdgeId._Underlying** MR.Const_ContoursDistanceMapOptions.__ptr_storage_outClosestEdges |
|
protected |
◆ __ptr_storage_region
| unsafe MR.Const_PixelBitSet._Underlying** MR.Const_ContoursDistanceMapOptions.__ptr_storage_region |
|
protected |
◆ __ref_storage_maxDist
| unsafe float* MR.Const_ContoursDistanceMapOptions.__ref_storage_maxDist |
|
protected |
◆ __ref_storage_minDist
| unsafe float* MR.Const_ContoursDistanceMapOptions.__ref_storage_minDist |
|
protected |
◆ __ref_storage_signMethod
◆ maxDist
| unsafe float MR.Const_ContoursDistanceMapOptions.maxDist |
|
get |
maximum value (or absolute value if offsetParameters == nullptr) in a pixel of distance map (larger values cannot be present)
◆ minDist
| unsafe float MR.Const_ContoursDistanceMapOptions.minDist |
|
get |
minimum value (or absolute value if offsetParameters == nullptr) in a pixel of distance map (lower values can be present but they are not precise)
◆ offsetParameters
◆ outClosestEdges
| unsafe MR.Std.? Vector_MRUndirectedEdgeId MR.Const_ContoursDistanceMapOptions.outClosestEdges |
|
get |
optional output vector of closest polyline edge per each pixel of distance map
◆ region
if pointer is valid, then only these pixels will be filled
◆ signMethod
The documentation for this class was generated from the following file: