You are here: Start » Program Examples » Washers
Washers
Macrofilter Main

Macrofilter MeasureWasher

Macrofilter DrawResults

Used Filters
| Icon | Name | Description |
|---|---|---|
| ChooseByPredicate | E.g. to choose GREEN color to visualize correct objects or RED to visualize defective ones. | |
| TranslatePoint | Translates a point by a vector. | |
| TestRealInRange | Checks whether a real value is in the specified range. | |
| 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. | |
| PointToPointDistance | Measures the distance between two points. | |
| CreateCoordinateSystemFromPoint | Most often used to define an object alignment from results of 1D Edge Detection or Blob Analysis. | |
| MergeWithDefault | This filter is usually used at the end of a program or subprogram to decide how to resolve special cases, represented by the Nil value. | |
| CreateHistogram | Creates the histogram of the array of real numbers. | |
| RegionMassCenter | Computes a point with coordinates equal to the average coordinates of the region's pixels. | |
| FitCircleToStripe | Precise detection of ring-shaped objects, whose rough location is known beforehand. | |
| LoadImage | Loads a single image from a file. | |
| SplitRegionIntoBlobs | Segmentation of a region into individual objects when the objects do not touch each other. | |
| RemoveNils | This filter is useful e.g. when inspecting multiple objects while some of the inspections may fail (Nil result). RemoveNils is used to ignore the failed cases in the final result. |
