Back to Adaptive Vision Library website

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

SaveOcrSvmModel


Header:AVL.h
Namespace:avl

Saves serialized OcrSvmModel object as avdata file.

Syntax

C++
C#
 
void avl::SaveOcrSvmModel
(
	const avl::OcrSvmModel& inOcrModel,
	const atl::File& inFilename
)

Parameters

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