Back to Aurora Vision Library website
You are here: Start » Function Reference » Computer Vision » Optical Character Recognition » LoadOcrSvmModel
LoadOcrSvmModel
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | OCR |
Loads serialized OcrSvmModel object from AVDATA file.
Syntax
C++
C#
void avl::LoadOcrSvmModel ( const atl::File& inFilename, avl::OcrSvmModel& outOcrModel )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFilename | const File& | Name of the source file | |
![]() |
outOcrModel | OcrSvmModel& | Deserialized OcrSvmModel |


