Back to Adaptive Vision Library website

You are here: Start » Function Reference » Region Features

Region Features

Select a function from the list below.

Icon Name Description Library
RegionArea Computes the number of pixels contained in a region. Lite
RegionBoundingBox Computes the smallest box containing a region. Lite
RegionBoundingBox_OrNil Computes the smallest box containing a region; returns NIL if the region is empty. Lite
RegionBoundingCircle Computes the smallest circle enclosing a region. Professional
RegionBoundingCircle_OrNil Computes the smallest circle enclosing a region; returns NIL if the region is empty. Professional
RegionBoundingParallelogram Computes the smallest parallelogram containing a region. Professional
RegionBoundingRectangle Computes the smallest rectangle containing a region. Professional
RegionBoundingRectangle_FixedAngle Computes the smallest rectangle with the given orientation angle containing a region. Professional
RegionBoundingRectangle_FixedAngle_OrNil Computes the smallest rectangle with the given orientation angle containing a region; returns NIL if the region is empty. Professional
RegionBoundingRectangle_OrNil Computes the smallest rectangle containing a region; returns NIL if the region is empty. Professional
RegionCaliperDiameter Computes the longest and the shortest width of the input region measured as distance between parallel lines containing the whole region. Professional
RegionCircularity Computes the area of a region divided by the area of a circular region having the same feature. Professional
RegionContours Computes an array of closed paths corresponding to the contours of the input region. Professional
RegionConvexity Computes the area of a region divided by area of its convex hull. Professional
RegionDiameter Computes the longest segment connecting two pixels contained in region and its length. Professional
RegionEllipticAxes Computes axes of an ellipse having the same first and second order moments as the given region. Professional
RegionElongation Computes the elongation factor of a region ( perfect circle has minimal elongation equal 1.0 ). Professional
RegionHoles Creates regions of the holes of the input region. Professional
RegionInscribedBox Computes the largest box contained in a region. Professional
RegionInscribedCircle Computes the largest circle contained in a region. Professional
RegionMassCenter Computes a point with coordinates equal to the average coordinates of the region's pixels. Lite
RegionMassCenter_OrNil Computes a point with coordinates equal to the average coordinates of the region's pixels; returns NIL if the region is empty. Lite
RegionMedialAxis Computes an array of paths corresponding to the skeleton of the input region. Professional
RegionMoment Computes selected second-order moment of a region in regular and normalized ( divided by region area ) variant. Professional
RegionNumberOfHoles Computes the number of holes in a region. Professional
RegionOrientation Computes the orientation of a region as an angle of value in range 0.0 - 180.0. Professional
RegionPerimeterLength Computes the length of the input region perimeter. Professional
RegionPointRunLengths Returns the lengths of horizontal sequences of locations that constitute the input region. Professional
RegionProjection Computes the profile of the region pixel count in consecutive rows or columns. Professional
RegionRectangularity Computes the area of a region divided by the area of its bounding rectangle. Professional