Operator Reference
read_ocr_trainf_names (Operator)
read_ocr_trainf_names
— Query which characters are stored in a training file.
Signature
read_ocr_trainf_names( : : TrainingFile : CharacterNames, CharacterCount)
Description
read_ocr_trainf_names
extracts the names and frequency of all
characters in the specified training files.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
TrainingFile
(input_control) filename.read(-array) →
(string)
Names of the training files.
Default: ''
File extension:
.trf
, .otr
CharacterNames
(output_control) string(-array) →
(string)
Names of the read characters.
CharacterCount
(output_control) integer(-array) →
(integer)
Number of characters.
Result
If the parameter values are correct the operator
read_ocr_trainf_names
returns the value 2 (
H_MSG_TRUE)
.
Otherwise an exception is raised.
Possible Predecessors
See also
trainf_ocr_class_svm
,
trainf_ocr_class_mlp
Module
OCR/OCV