get_rejection_params_ocr_class_mlpT_get_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlp (Operator)
Name
get_rejection_params_ocr_class_mlpT_get_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlp
— Return the rejection class parameters of an OCR classifier.
Signature
Description
get_rejection_params_ocr_class_mlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlp
returns the rejection
class parameters of an OCR classifier that were specified with
set_rejection_params_ocr_class_mlpset_rejection_params_ocr_class_mlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlp
. For a description of the
parameters, see set_rejection_params_ocr_class_mlpset_rejection_params_ocr_class_mlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlp
and
set_rejection_params_class_mlpset_rejection_params_class_mlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpSetRejectionParamsClassMlp
.
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
OCRHandleOCRHandleOCRHandleOCRHandleOCRHandle
(input_control) ocr_mlp →
HOCRMlp, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the OCR classifier.
GenParamNameGenParamNameGenParamNameGenParamNamegenParamName
(input_control) string(-array) →
HTupleHTupleHtuple (string) (string) (HString) (char*)
Name of the general parameter.
Default value:
'sampling_strategy'
"sampling_strategy"
"sampling_strategy"
"sampling_strategy"
"sampling_strategy"
List of values: 'hyperbox_tolerance'"hyperbox_tolerance""hyperbox_tolerance""hyperbox_tolerance""hyperbox_tolerance", 'random_seed'"random_seed""random_seed""random_seed""random_seed", 'rejection_class_index'"rejection_class_index""rejection_class_index""rejection_class_index""rejection_class_index", 'rejection_sample_factor'"rejection_sample_factor""rejection_sample_factor""rejection_sample_factor""rejection_sample_factor", 'sampling_strategy'"sampling_strategy""sampling_strategy""sampling_strategy""sampling_strategy"
GenParamValueGenParamValueGenParamValueGenParamValuegenParamValue
(output_control) string(-array) →
HTupleHTupleHtuple (string) (string) (HString) (char*)
Value of the general parameter.
Result
If the parameters are valid, the operator
get_rejection_params_ocr_class_mlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlp
returns the value
2 (H_MSG_TRUE). If necessary, an exception is raised.
Possible Predecessors
create_ocr_class_mlpcreate_ocr_class_mlpCreateOcrClassMlpCreateOcrClassMlpCreateOcrClassMlp
,
read_ocr_class_mlpread_ocr_class_mlpReadOcrClassMlpReadOcrClassMlpReadOcrClassMlp
Possible Successors
trainf_ocr_class_mlptrainf_ocr_class_mlpTrainfOcrClassMlpTrainfOcrClassMlpTrainfOcrClassMlp
Module
OCR/OCV