You are here: Start » AVL.NET » PathFeature Enumeration

PathFeature Enumeration

Determines which path feature value to compute.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
BoundingBoxBottomBottom position of region bounding box. Bounding box of a path can by obtained by PathBoundingBox.
BoundingBoxLeftLeft position of region bounding box. Bounding box of a path can by obtained by PathBoundingBox.
BoundingBoxRightRight position of region bounding box. Bounding box of a path can by obtained by PathBoundingBox.
BoundingBoxTopTop position of region bounding box. Bounding box of a path can by obtained by PathBoundingBox.
DiameterLengthLength of path diameter, which can be also calculated by PathDiameter.
LengthTotal length of path, computed by PathLength.
MassCenterXOX coordinate of path mass center. Mass center of a path is computed by PathMassCenter.
MassCenterYOY coordinate of path mass center. Mass center of a path is computed by PathMassCenter.
ShapeAreaArea of a closed path (shape). Read more: ShapeArea.
ShapeCircularity_BoundingCirclePreservingCircularity computed by ShapeCircularity with BoundingCirclePreserving method.
ShapeCircularity_PerimeterPreservingCircularity computed by ShapeCircularity with PerimeterPreserving method.
ShapeCircularity_RadiusPreservingCircularity computed by ShapeCircularity with RadiusPreserving method.
ShapeConvexityRatio of shape area to area of its convex hull. For details, see ShapeConvexity.
ShapeElongationRatio of shape height to its width, calculated as in ShapeElongation.
ShapeMajorAxisLengthLength of the path major elliptic axis. Shape axes can determined by ShapeEllipticAxes.
ShapeMinorAxisLengthLength of the path minor elliptic axis. Shape axes can determined by ShapeEllipticAxes.
ShapeRectangularityRatio of shape area to it bounding rectangle area. See more: ShapeRectangularity.
SizeNumber of characteristic points on path returned by PathSize.

Remarks

See also