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

RegionFeature Enumeration

Determines which region feature value to compute.

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

Members

Member nameDescription
AreaTotal area of region. This feature can be computed by RegionArea.
BoundingBoxBottomBottom position of region bounding box. Bounding box of a region can by obtained by RegionBoundingBox.
BoundingBoxHeightHeight of region bounding box. Bounding box of a region can by obtained by RegionBoundingBox.
BoundingBoxLeftLeft position of region bounding box. Bounding box of a region can by obtained by RegionBoundingBox.
BoundingBoxRightRight position of region bounding box. Bounding box of a region can by obtained by RegionBoundingBox.
BoundingBoxTopTop position of region bounding box. Bounding box of a region can by obtained by RegionBoundingBox.
BoundingBoxWidthWidth of region bounding box. Bounding box of a region can by obtained by RegionBoundingBox.
Circularity_BoundingCirclePreservingRatio of region area to area of its minimal bounding circle. This feature can by calculated by RegionCircularity.
Circularity_PerimeterPreservingRatio of region area to area of circular region with the same perimeter as in source region. This feature can by calculated by RegionCircularity.
Circularity_RadiusPreservingRatio of region area to area of circular region with the same radius as in source region. This feature can by calculated by RegionCircularity.
ConvexityRatio of region area to area of its convex hull. For details, see RegionConvexity.
DiameterLengthLength of region diameter. Read more: RegionDiameter.
ElongationRatio of region length to its width. For details, see RegionElongation.
MajorAxisLengthLength of the region major elliptic axis. Region axes can be determined by RegionEllipticAxes.
MassCenterXOX coordinate of region mass center. Mass center of a region can be calculated by RegionMassCenter.
MassCenterYOY coordinate of region mass center. Mass center of a region can be calculated by RegionMassCenter.
MinorAxisLengthLength of the region minor elliptic axis. Region axes can be determined by RegionEllipticAxes.
NumberOfHoles_EightDirectionsNumber of region holes computed using EightDirections connectivity by RegionNumberOfHoles.
NumberOfHoles_FourDirectionsNumber of region holes computed using FourDirections connectivity by RegionNumberOfHoles.
PerimeterLengthLength or region perimeter. Read more: RegionPerimeterLength.
RectangularityRatio of region area to its bounding rectangle area. For details, see RegionRectangularity.

Remarks

See also