Back to FabImage Library website

You are here: Start » Function Reference » Optical Character Recognition » SaveOcrMlpModel

SaveOcrMlpModel


Header:FIL.h
Namespace:fil

Saves serialized OcrMlpModel object as fidata file.

Syntax

C++
C#
 
void fil::SaveOcrMlpModel
(
	const fil::OcrMlpModel& inOcrModel,
	const ftl::File& inFilename
)

Parameters

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