You are here: Start » Program Examples » Waffles

Waffles

Macrofilter Main

Macrofilter DrawResults

Used Filters

Icon Name Description
ChooseByPredicate E.g. to choose GREEN color to visualize correct objects or RED to visualize defective ones.
EnumerateImages Emulates image acquisition with images stored on disk.
CreateRectangleRegion Creates a region corresponding to a given rectangle.
DrawStrings_TwoColors Draws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status).
ThresholdToRegion Extraction of a region of objects that can be defined by a salient brightness.
ErodeRegion Making the region thinner or removing small parts.
TestRealInRange Checks whether a real value is in the specified range.
DrawRectangles_SingleColor Draws rectangles on an image with a single color.
RegionBoundingRectangle Computes the smallest rectangle containing a region.
RegionArea Computes the number of pixels contained in a region.