You are here: Start » Program Examples » Mounts (Blob Analysis)
Mounts (Blob Analysis)
Aim:
The task is to detect mounts and divide them into OK/NG parts.
Input:
An image of mounts. The position of the objects is variable. Some of the objects are damaged.
Output:
The marked mounts divided into OK and NG objects.
Hints:
The location of the object is variable. To find the object, the Blob Analysis technique can be used.
To separate OK and NG parts, compare each found blob's area to the good template value. You can use a formula.
Use the RegionBoundingCircle and the DrawCircles_TwoColors to mark OK and NG items.
Solution (FIS):
►Click here to show the solution.
Used Filters
►Click here to show the filters list.
Further Readings
- Blob Analysis - Article presents detailed information about the Blob Analysis technique.