Back to FabImage Library website

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

LoadOcrSvmModel


Header: FIL.h
Namespace: fil
Module: OCR

Loads serialized OcrSvmModel object from FIDATA file.

Syntax

C++
C#
 
void fil::LoadOcrSvmModel
(
	const ftl::File& inFilename,
	fil::OcrSvmModel& outOcrModel
)

Parameters

Name Type Default Description
Input value inFilename const File& Name of the source file
Output value outOcrModel OcrSvmModel& Deserialized OcrSvmModel