| Package | Description |
|---|---|
| org.opencv.dnn |
| Modifier and Type | Method and Description |
|---|---|
static TextRecognitionModel |
TextRecognitionModel.__fromPtr__(long addr) |
TextRecognitionModel |
TextRecognitionModel.setDecodeOptsCTCPrefixBeamSearch(int beamSize)
Set the decoding method options for
"CTC-prefix-beam-search" decode usage |
TextRecognitionModel |
TextRecognitionModel.setDecodeOptsCTCPrefixBeamSearch(int beamSize,
int vocPruneSize)
Set the decoding method options for
"CTC-prefix-beam-search" decode usage |
TextRecognitionModel |
TextRecognitionModel.setDecodeType(String decodeType)
Set the decoding method of translating the network output into string
|
TextRecognitionModel |
TextRecognitionModel.setVocabulary(List<String> vocabulary)
Set the vocabulary for recognition.
|
Copyright © 2023. All rights reserved.