Back to Adaptive Vision Library website

You are here: Start » Function Reference » Template Matching

Template Matching

Select a function from the list below.

Icon Name Description Library
CreateEdgeModel Dynamic creation of models in the runtime environment (normally they are created interactively in Studio). Professional
CreateGrayModel Dynamic creation of models in the runtime environment (normally they are created interactively in Studio). Professional
LoadEdgeModel Loads serialized template matching EdgeModel object from avdata file. Professional
LoadGrayModel Loads serialized template matching GrayModel object from avdata file. Professional
LocateMultipleObjects_Edges Detection of multiple objects whose outlines are sharp and rigid. Often one of the first filters in a program. Professional
LocateMultipleObjects_NCC Detection of objects with blurred or unclear edges. Often one of the first filters in a program. Professional
LocateMultipleObjects_SAD Almost always inferior to NCC, so rarely used in real applications. Professional
LocateSingleObject_Edges Detection of an object whose outlines are sharp and rigid. Often one of the first filters in a program. Professional
LocateSingleObject_NCC Detection of an object with blurred or unclear edges. Often one of the first filters in a program. Professional
LocateSingleObject_SAD Almost always inferior to NCC, so rarely used in real applications. Professional
MergeLocationResults_Multiple Combines results from multiple LocateMultipleObject instances. Professional
MergeLocationResults_Single Combines results from multiple LocateSingleObject instances. Professional
SaveEdgeModel Saves serialized template matching EdgeModel object as avdata file. Professional
SaveGrayModel Saves serialized template matching GrayModel object as avdata file. Professional