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

