Operators |
query_params_ocr_class_cnn — Get the names of the parameters that can be used in get_params_ocr_class_cnn for a given CNN-based OCR classifier.
query_params_ocr_class_cnn( : : OCRHandle : GenParamName)
The operator query_params_ocr_class_cnn returns the parameter names that can be used to query all parameters for a given CNN-based OCR classifier. The resulting parameter names can be used as input parameter when calling get_params_ocr_class_cnn.
Handle of OCR classifier.
Names of the generic parameters.
The operator query_params_ocr_class_cnn returns the value 2 (H_MSG_TRUE) if the given handle for the OCR classifier is correct. Otherwise, an exception is raised.
OCR/OCV
Operators |