Back to Aurora Vision Library website

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

SaveOcrSvmModel


Header: AVL.h
Namespace: avl
Module: OCR

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