Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Optical Character Recognition » OcrSvmModelToOcrModel
OcrSvmModelToOcrModel
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | OCR |
Converts OcrSvmModel(old type) to OcrModel.
Syntax
C++
C#
void fil::OcrSvmModelToOcrModel ( const fil::OcrSvmModel& inOcrSvmModel, fil::OcrModel& outOcrModel )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inOcrSvmModel | const OcrSvmModel& | ||
![]() |
outOcrModel | OcrModel& |


