Back to Adaptive Vision Library website

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

SaveOcrMlpModel


Header:AVL.h
Namespace:avl

Saves serialized OcrMlpModel object as avdata file.

Syntax

C++
C#
 
void avl::SaveOcrMlpModel
(
	const avl::OcrMlpModel& inOcrModel,
	const atl::File& inFilename
)

Parameters

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