| Package | Description |
|---|---|
| org.opencv.text |
| Modifier and Type | Method and Description |
|---|---|
static OCRHMMDecoder |
OCRHMMDecoder.__fromPtr__(long addr) |
static OCRHMMDecoder |
OCRHMMDecoder.create(String filename,
String vocabulary,
Mat transition_probabilities_table,
Mat emission_probabilities_table)
Creates an instance of the OCRHMMDecoder class.
|
static OCRHMMDecoder |
OCRHMMDecoder.create(String filename,
String vocabulary,
Mat transition_probabilities_table,
Mat emission_probabilities_table,
int mode)
Creates an instance of the OCRHMMDecoder class.
|
static OCRHMMDecoder |
OCRHMMDecoder.create(String filename,
String vocabulary,
Mat transition_probabilities_table,
Mat emission_probabilities_table,
int mode,
int classifier)
Creates an instance of the OCRHMMDecoder class.
|
Copyright © 2020. All rights reserved.