Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Computer Vision » Template Matching » MergeSingleLocationResults

MergeSingleLocationResults


Module: MatchingBasic

Combines results from multiple LocateSingleObject instances.

Name Type Range Description
Input value inObject1 Object2D?
Input value inObject2 Object2D?
Input value inObject3 Object2D?
Input value inObject4 Object2D?
Input value inMinScore Real -1.0 - 1.0
Output value outObject Object2D?
Output value outIndex Integer?

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

Object location found based on two matching objects(red and green).

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