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


