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

AVL.SaveOcrMlpModel

Saves serialized OcrMlpModel object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SaveOcrMlpModel
(
	AvlNet.OcrMlpModel inOcrModel,
	string inFilename
)

Parameters

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

See also