Click or drag to resize

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
Syntax
VB
Public Enumeration NewFeaturesShape
Members
  Member nameValueDescription
nfsDefault0 Default shape (region outline or center point depending on NewFeaturesType)
nfsConvexHull1 Convex hull
nfsEllipse2 equivalent ellipse
nfsHoles3 holes
nfsLinesMajorAxis4 Major axis line
nfsLinesExtremeBoundary5 Lines connecting extreme points on boundary
nfsPointsTopLeft6 Top-left point
nfsVectors7 add skeleton vectors
Remarks