You are here: Start » Program Examples » Missing Chip
Missing Chip
Aim:
The purpose of this task is to find missing chips.
Input:
An image showing a set of chips with missing pieces.
Output:
An image with the missing chips highlighted.
Hints:
To find multiple specific objects, you can use the LocateMultipleObjects_NCC.
Macrofilter Main
Used Filters
Icon | Name | Description |
---|---|---|
![]() |
LocateMultipleObjects_NCC | Detection of objects with blurred or unclear edges. Often one of the first filters in a program. |
Further Readings
- Template Matching - Most detailed description of the Template Matching technique.