Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Optical Character Recognition » OcrModelToOcrSvmModel

OcrModelToOcrSvmModel
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | OCR |
Converts OcrModel to OcrSvmModel.
Syntax
C++
C#
void fil::OcrModelToOcrSvmModel ( const fil::OcrModel& inOcrModel, fil::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. |