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 OCRBeamSearchDecoderOCRBeamSearchDecoder. __fromPtr__(long addr)static OCRBeamSearchDecoderOCRBeamSearchDecoder. create(OCRBeamSearchDecoder_ClassifierCallback classifier, String vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table)Creates an instance of the OCRBeamSearchDecoder class.static OCRBeamSearchDecoderOCRBeamSearchDecoder. create(OCRBeamSearchDecoder_ClassifierCallback classifier, String vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode)Creates an instance of the OCRBeamSearchDecoder class.static OCRBeamSearchDecoderOCRBeamSearchDecoder. 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.
-