Back to Adaptive Vision Library website

You are here: Start » Function Reference » Region Global Transforms

Region Global Transforms

Select a function from the list below.

IconNameDescription
CropBordersFromRegionAssures that the resulting region is not "touching" the borders.
FillRegionHolesExtends the input region so that it contains also all the pixels previously lying in its holes.
RegionBoundariesRemoves interior pixels from a region.
RegionConvexHullComputes the smallest convex region containing the input region.
RegionInteriorsRemoves boundary pixels from a region.
RegionOuterBoundariesReturns the top, right, bottom and left boundaries of the input region.
SplitRegionIntoBlobsSegmentation of a region into individual objects when the objects do not touch each other.
SplitRegionIntoComponentsSplits a region into an array of regions. Operates by merging blobs in accordance to the inMaxDistance parameter.
SplitRegionIntoExactlyNComponentsSplits a region into a fixed-size array of regions.