Back to FabImage Library website

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

SaveOcrSvmModel


Header: FIL.h
Namespace: fil
Module: OCR

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