Uses of Class
org.opencv.text.OCRBeamSearchDecoder
-
Packages that use OCRBeamSearchDecoder Package Description org.opencv.text -
-
Uses of OCRBeamSearchDecoder in org.opencv.text
Methods in org.opencv.text that return OCRBeamSearchDecoder Modifier and Type Method Description static OCRBeamSearchDecoder
OCRBeamSearchDecoder. __fromPtr__(long addr)
static OCRBeamSearchDecoder
OCRBeamSearchDecoder. create(OCRBeamSearchDecoder_ClassifierCallback classifier, String vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table)
Creates an instance of the OCRBeamSearchDecoder class.static OCRBeamSearchDecoder
OCRBeamSearchDecoder. create(OCRBeamSearchDecoder_ClassifierCallback classifier, String vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode)
Creates an instance of the OCRBeamSearchDecoder class.static OCRBeamSearchDecoder
OCRBeamSearchDecoder. create(OCRBeamSearchDecoder_ClassifierCallback classifier, String vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode, int beam_size)
Creates an instance of the OCRBeamSearchDecoder class.
-