You are here: Start » FIL.NET » Template Matching
Template Matching
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 fidata file. | |
LoadGrayModel | Loads serialized template matching GrayModel object from fidata 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 fidata file. | |
SaveGrayModel | Saves serialized template matching GrayModel object as fidata file. |