Back to FabImage Library website

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

SaveOcrSvmModel


Header:FIL.h
Namespace:fil

Saves serialized OcrSvmModel object as fidata file.

Syntax

C++
C#
 
void fil::SaveOcrSvmModel
(
	const fil::OcrSvmModel& inOcrModel,
	const ftl::File& inFilename
)

Parameters

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