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