You are here: Start » Program Examples » Missing Chip
Missing Chip
Aim
The purpose is to find missing chips.
Input
An image showing a set of chips with missing items.

Output
An image with marked missing chips.

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.
