McMMDataNewFeaturesShape Enumeration
|
|
Shape of the feature created by Count operation
Namespace:
MediaCy.Addins.Measurements
Assembly:
MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
SyntaxPublic Enumeration NewFeaturesShape
Members
| Member name | Value | Description |
---|
| nfsDefault | 0 |
Default shape (region outline or center point depending on NewFeaturesType)
|
| nfsConvexHull | 1 |
Convex hull
|
| nfsEllipse | 2 |
equivalent ellipse
|
| nfsHoles | 3 |
holes
|
| nfsLinesMajorAxis | 4 |
Major axis line
|
| nfsLinesExtremeBoundary | 5 |
Lines connecting extreme points on boundary
|
| nfsPointsTopLeft | 6 |
Top-left point
|
| nfsVectors | 7 |
add skeleton vectors
|
Remarks
See Also