Back to FabImage Library website

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

SaveGrayModel


Header: FIL.h
Namespace: fil
Module: MatchingBasic

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
Input value
inGrayModel const GrayModel& Model to be serialized
Input value
inFilename const File& Name of the target file