You are here: Start » Program Examples » Inset Distances

Inset Distances

Macrofilter Main

Used Filters

Icon Name Description
EnumerateImages Emulates image acquisition with images stored on disk.
GetSortedElements Returns elements corresponding to 8 smallest/biggest values from the array of values.
ThresholdToRegion Extraction of a region of objects that can be defined by a salient brightness.
CreateCoordinateSystemFromSegment Creates a coordinate system with the origin on a given segment.
ScanExactlyNRidges Very fast detection (or presence verification) of thin structures like scratches or scale marks.
RegionMassCenter Computes a point with coordinates equal to the average coordinates of the region's pixels.
SplitRegionIntoBlobs Segmentation of a region into individual objects when the objects do not touch each other.

Further Readings

  • 1D Edge Detection - The article explaining how edge detection filters work.
  • Array - Link to all operations based on arrays in Adaptive Vision Studio.
  • Blob Analysis - Article presents detailed information about the Blob Analysis technique.
  • Local Coordinate Systems - This article describes basic concept of using the coordinate systems.