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