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