Back to FabImage Library website

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

SaveGrayModel


Header:FIL.h
Namespace:fil

Saves serialized template matching GrayModel object as fidata file.

Syntax

C++
C#
 
void fil::SaveGrayModel
(
	const fil::GrayModel& inGrayModel,
	const ftl::File& inFilename
)

Parameters

Name Type Default Description
inGrayModel const GrayModel& Model to be serialized
inFilename const File& Name of the target file