Back to Aurora Vision Library website
You are here: Start » Function Reference » Computer Vision » Optical Character Recognition » SaveOcrMlpModel
SaveOcrMlpModel
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | OCR |
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 |

