Name
get_params_ocr_class_mlpT_get_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlp — Return the parameters of an OCR classifier.
void GetParamsOcrClassMlp(const HTuple& OCRHandle, HTuple* WidthCharacter, HTuple* HeightCharacter, HTuple* Interpolation, HTuple* Features, HTuple* Characters, HTuple* NumHidden, HTuple* Preprocessing, HTuple* NumComponents)
void HOCRMlp::GetParamsOcrClassMlp(Hlong* WidthCharacter, Hlong* HeightCharacter, HString* Interpolation, HTuple* Features, HTuple* Characters, Hlong* NumHidden, HString* Preprocessing, Hlong* NumComponents) const
void HOCRMlp::GetParamsOcrClassMlp(Hlong* WidthCharacter, Hlong* HeightCharacter, HString* Interpolation, HString* Features, HTuple* Characters, Hlong* NumHidden, HString* Preprocessing, Hlong* NumComponents) const
static void HOperatorSet.GetParamsOcrClassMlp(HTuple OCRHandle, out HTuple widthCharacter, out HTuple heightCharacter, out HTuple interpolation, out HTuple features, out HTuple characters, out HTuple numHidden, out HTuple preprocessing, out HTuple numComponents)
void HOCRMlp.GetParamsOcrClassMlp(out int widthCharacter, out int heightCharacter, out string interpolation, out HTuple features, out HTuple characters, out int numHidden, out string preprocessing, out int numComponents)
void HOCRMlp.GetParamsOcrClassMlp(out int widthCharacter, out int heightCharacter, out string interpolation, out string features, out HTuple characters, out int numHidden, out string preprocessing, out int numComponents)
get_params_ocr_class_mlpget_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlpGetParamsOcrClassMlp returns the parameters of an OCR
classifier that were specified when the classifier was created with
create_ocr_class_mlpcreate_ocr_class_mlpCreateOcrClassMlpCreateOcrClassMlpCreateOcrClassMlp. This is particularly useful if the
classifier was read with read_ocr_class_mlpread_ocr_class_mlpReadOcrClassMlpReadOcrClassMlpReadOcrClassMlp. The output of
get_params_ocr_class_mlpget_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlpGetParamsOcrClassMlp can, for example, be used to check
whether a character to be read is contained in the classifier. For
a description of the parameters, see create_ocr_class_mlpcreate_ocr_class_mlpCreateOcrClassMlpCreateOcrClassMlpCreateOcrClassMlp.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Handle of the OCR classifier.
Width of the rectangle to which the gray values
of the segmented character are zoomed.
Height of the rectangle to which the gray values
of the segmented character are zoomed.
Interpolation mode for the zooming of the characters.
Features to be used for classification.
Characters of the character set to be read.
Number of hidden units of the MLP.
Type of preprocessing used to transform the
feature vectors.
Preprocessing parameter: Number of transformed
features.
If the parameters are valid, the operator
get_params_ocr_class_mlpget_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlpGetParamsOcrClassMlp returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
create_ocr_class_mlpcreate_ocr_class_mlpCreateOcrClassMlpCreateOcrClassMlpCreateOcrClassMlp,
read_ocr_class_mlpread_ocr_class_mlpReadOcrClassMlpReadOcrClassMlpReadOcrClassMlp
do_ocr_single_class_mlpdo_ocr_single_class_mlpDoOcrSingleClassMlpDoOcrSingleClassMlpDoOcrSingleClassMlp,
do_ocr_multi_class_mlpdo_ocr_multi_class_mlpDoOcrMultiClassMlpDoOcrMultiClassMlpDoOcrMultiClassMlp
trainf_ocr_class_mlptrainf_ocr_class_mlpTrainfOcrClassMlpTrainfOcrClassMlpTrainfOcrClassMlp,
get_params_class_mlpget_params_class_mlpGetParamsClassMlpGetParamsClassMlpGetParamsClassMlp
OCR/OCV