You are here: Start » Program Examples » Mounts (Blob Analysis)

Mounts (Blob Analysis)

Macrofilter Main

Used Filters

Icon Name Description
ThresholdToRegion Extraction of a region of objects that can be defined by a salient brightness.
TestIntegerGreaterOrEqual Compares two integers with the >= operator.
FillRegionHoles Extends the input region so that it contains also all the pixels previously lying in its holes.
RegionBoundingCircle Computes the smallest circle enclosing a region.
RegionArea Computes the number of pixels contained in a region.
SplitRegionIntoBlobs Segmentation of a region into individual objects when the objects do not touch each other.
DrawCircles_TwoColors Draws circles on an image with two colors, depending on the status of each circle (usually: green or red for pass/fail status).
LoadImage Loads a single image from a file.

Further Readings

  • Blob Analysis - Article presents detailed information about the Blob Analysis technique.