read_ocr_trainf_namesread_ocr_trainf_namesReadOcrTrainfNamesReadOcrTrainfNames (Operator)

Name

read_ocr_trainf_namesread_ocr_trainf_namesReadOcrTrainfNamesReadOcrTrainfNames — Abfragen der Zeichen, die in Trainings-Dateien abgelegt sind.

Signatur

read_ocr_trainf_names( : : TrainingFile : CharacterNames, CharacterCount)

Herror read_ocr_trainf_names(const char* TrainingFile, char* CharacterNames, Hlong* CharacterCount)

Herror T_read_ocr_trainf_names(const Htuple TrainingFile, Htuple* CharacterNames, Htuple* CharacterCount)

void ReadOcrTrainfNames(const HTuple& TrainingFile, HTuple* CharacterNames, HTuple* CharacterCount)

static HTuple HMisc::ReadOcrTrainfNames(const HTuple& TrainingFile, HTuple* CharacterCount)

static HString HMisc::ReadOcrTrainfNames(const HString& TrainingFile, Hlong* CharacterCount)

static HString HMisc::ReadOcrTrainfNames(const char* TrainingFile, Hlong* CharacterCount)

static HString HMisc::ReadOcrTrainfNames(const wchar_t* TrainingFile, Hlong* CharacterCount)   (Nur Windows)

static void HOperatorSet.ReadOcrTrainfNames(HTuple trainingFile, out HTuple characterNames, out HTuple characterCount)

static HTuple HMisc.ReadOcrTrainfNames(HTuple trainingFile, out HTuple characterCount)

static string HMisc.ReadOcrTrainfNames(string trainingFile, out int characterCount)

Beschreibung

read_ocr_trainf_namesread_ocr_trainf_namesReadOcrTrainfNamesReadOcrTrainfNamesReadOcrTrainfNames bestimmt die Namen aller Zeichen und deren Anzahl in den angegebenen Trainings-Dateien.

Ausführungsinformationen

Parameter

TrainingFileTrainingFileTrainingFileTrainingFiletrainingFile (input_control)  filename.read(-array) HTupleHTupleHtuple (string) (string) (HString) (char*)

Namen der Trainingsdateien.

Defaultwert: '' "" "" "" ""

Dateiendung: .trf, .otr

CharacterNamesCharacterNamesCharacterNamesCharacterNamescharacterNames (output_control)  string(-array) HTupleHTupleHtuple (string) (string) (HString) (char*)

Bezeichnung der eingelesenen Zeichen.

CharacterCountCharacterCountCharacterCountCharacterCountcharacterCount (output_control)  integer(-array) HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Anzahl der jeweiligen Zeichen.

Ergebnis

Sind die Parameterwerte korrekt, dann liefert read_ocr_trainf_namesread_ocr_trainf_namesReadOcrTrainfNamesReadOcrTrainfNamesReadOcrTrainfNames den Wert 2 (H_MSG_TRUE). Andernfalls wird eine Fehlerbehandlung durchgeführt.

Vorgänger

write_ocr_trainfwrite_ocr_trainfWriteOcrTrainfWriteOcrTrainfWriteOcrTrainf

Siehe auch

trainf_ocr_class_svmtrainf_ocr_class_svmTrainfOcrClassSvmTrainfOcrClassSvmTrainfOcrClassSvm, trainf_ocr_class_mlptrainf_ocr_class_mlpTrainfOcrClassMlpTrainfOcrClassMlpTrainfOcrClassMlp

Modul

OCR/OCV