Back to Aurora Vision Library website
You are here: Start » Function Reference » Computer Vision » Optical Character Recognition » OcrModelToOcrSvmModel
OcrModelToOcrSvmModel
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | OCR |
Converts OcrModel to OcrSvmModel.
Syntax
C++
C#
void avl::OcrModelToOcrSvmModel ( const avl::OcrModel& inOcrModel, avl::OcrSvmModel& outOcrSvmModel )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inOcrModel | const OcrModel& | ||
![]() |
outOcrSvmModel | OcrSvmModel& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Provided OcrModel does not contain SVM model. |


