Start » Filter Reference » Computer Vision » Template Matching » MergeMultipleLocationResults
Module: | MatchingBasic |
---|
Combines results from multiple LocateMultipleObject instances.
Name | Type | Range | Description | |
---|---|---|---|---|
inObjects1 | Object2DArray | |||
inObjects2 | Object2DArray | |||
inObjects3 | Object2DArray | |||
inObjects4 | Object2DArray | |||
inMinDistance | Real | 0.0 - | ||
inMinScore | Real | -1.0 - 1.0 | ||
outObjects | Object2DArray | |||
outIndices | IntegerArray |
Description
Filter selects the best matching object from the given matching objects.
This filter is especially useful for finding big objects by using smaller template models instead of the large model.
This filter will return a valid object location even if object is partially covered.
Examples
Remarks
Each template matching object which is used in filter must have set this same reference frame.
Complexity Level
This filter is available on Expert Complexity Level.
Filter Group
This filter is member of MergeLocationResults filter group.
See Also
- LocateMultipleObjects_Edges1 – Finds all occurrences of a predefined template on an image by comparing object edges.
- LocateSingleObject_Edges1 – Finds a single occurrence of a predefined template on an image by comparing object edges.