Back to FabImage Library website

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

LoadGrayModel


Header:FIL.h
Namespace:fil

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
inFilename const File& Name of the source file
outGrayModel GrayModel& Deserialized output model