Uses of Class
org.opencv.dnn.TextRecognitionModel
-
Packages that use TextRecognitionModel Package Description org.opencv.dnn -
-
Uses of TextRecognitionModel in org.opencv.dnn
Methods in org.opencv.dnn that return TextRecognitionModel Modifier and Type Method Description static TextRecognitionModelTextRecognitionModel. __fromPtr__(long addr)TextRecognitionModelTextRecognitionModel. setDecodeType(String decodeType)Set the decoding method of translating the network output into stringTextRecognitionModelTextRecognitionModel. setVocabulary(List<String> vocabulary)Set the vocabulary for recognition.
-