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

AVL.SaveOcrSvmModel

Saves serialized OcrSvmModel object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SaveOcrSvmModel
(
	AvlNet.OcrSvmModel inOcrModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inOcrModelAvlNet.OcrSvmModelModel to be serialized.
inFilenamestringName of the target file.

See also