Back to FabImage Library website

You are here: Start » Function Reference » Computer Vision » Template Matching » LoadGrayModel

LoadGrayModel


Header: FIL.h
Namespace: fil
Module: MatchingBasic

Loads serialized template matching GrayModel object from FIDATA file.

Syntax

C++
C#
 
void fil::LoadGrayModel
(
	const ftl::File& inFilename,
	fil::GrayModel& outGrayModel
)

Parameters

Name Type Default Description
Input value
inFilename const File& Name of the source file
Output value
outGrayModel GrayModel& Deserialized output model