Back to Aurora Vision Library website

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

LoadOcrMlpModel


Header: AVL.h
Namespace: avl
Module: OCR

Loads serialized OcrMlpModel object from AVDATA file.

Syntax

C++
C#
 
void avl::LoadOcrMlpModel
(
	const atl::File& inFilename,
	avl::OcrMlpModel& outOcrModel
)

Parameters

Name Type Default Description
Input value inFilename const File& Name of the source file
Output value outOcrModel OcrMlpModel& Deserialized OcrMlpModel