Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Template Matching » MergeLocationResults_Single

MergeLocationResults_Single


Combines results from multiple LocateSingleObject instances.

Name Type Range Description
inObject1 Object2D?
inObject2 Object2D?
inObject3 Object2D?
inObject4 Object2D?
inMinScore Real -1.0 - 1.0
outObject Object2D?
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

  • LocateSingleObject_Edges – Finds a single occurrence of a predefined template on an image by comparing object edges.