You are here: Start » AVL.NET » Region Global Transforms

Region Global Transforms

Icon Name Description
CropBordersFromRegion Assures that the resulting region is not "touching" the borders.
FillRegionHoles Extends the input region so that it contains also all the pixels previously lying in its holes.
RegionBoundaries Removes interior pixels from a region.
RegionConvexHull Computes the smallest convex region containing the input region.
RegionInteriors Removes boundary pixels from a region.
RegionOuterBoundaries Returns the top, right, bottom and left boundaries of the input region.
RemoveRegionBlobs Removes regions not fulfilling specific conditions
SplitRegionIntoBlobs Segmentation of a region into individual objects when the objects do not touch each other.
SplitRegionIntoComponents Splits a region into an array of regions. Operates by merging blobs in accordance to the inMaxDistance parameter.
SplitRegionIntoExactlyNComponents Splits a region into a fixed-size array of regions.