Back to Adaptive Vision Library website

You are here: Start » Function Reference » Template Matching

Template Matching

Select a function from the list below.

IconNameDescription
CreateEdgeModelDynamic creation of models in the runtime environment (normally they are created interactively in Studio).
CreateGrayModelDynamic creation of models in the runtime environment (normally they are created interactively in Studio).
LoadEdgeModelLoads serialized template matching EdgeModel object from avdata file.
LoadGrayModelLoads serialized template matching GrayModel object from avdata file.
LocateMultipleObjects_EdgesDetection of multiple objects whose outlines are sharp and rigid. Often one of the first filters in a program.
LocateMultipleObjects_NCCDetection of objects with blurred or unclear edges. Often one of the first filters in a program.
LocateMultipleObjects_SADAlmost always inferior to NCC, so rarely used in real applications.
LocateSingleObject_EdgesDetection of an object whose outlines are sharp and rigid. Often one of the first filters in a program.
LocateSingleObject_NCCDetection of an object with blurred or unclear edges. Often one of the first filters in a program.
LocateSingleObject_SADAlmost always inferior to NCC, so rarely used in real applications.
MergeLocationResults_MultipleCombines results from multiple LocateMultipleObject instances.
MergeLocationResults_SingleCombines results from multiple LocateSingleObject instances.
SaveEdgeModelSaves serialized template matching EdgeModel object as avdata file.
SaveGrayModelSaves serialized template matching GrayModel object as avdata file.