get_params_ocr_class_mlpT_get_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlpget_params_ocr_class_mlp (算子名称)
名称
get_params_ocr_class_mlpT_get_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlpget_params_ocr_class_mlp — Return the parameters of an OCR classifier.
参数签名
void GetParamsOcrClassMlp(const HTuple& OCRHandle, HTuple* WidthCharacter, HTuple* HeightCharacter, HTuple* Interpolation, HTuple* 特征, HTuple* Characters, HTuple* NumHidden, HTuple* Preprocessing, HTuple* NumComponents)
void HOCRMlp::GetParamsOcrClassMlp(Hlong* WidthCharacter, Hlong* HeightCharacter, HString* Interpolation, HTuple* 特征, HTuple* Characters, Hlong* NumHidden, HString* Preprocessing, Hlong* NumComponents) const
void HOCRMlp::GetParamsOcrClassMlp(Hlong* WidthCharacter, Hlong* HeightCharacter, HString* Interpolation, HString* 特征, 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 特征, 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 特征, 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 特征, out HTuple characters, out int numHidden, out string preprocessing, out int numComponents)
def get_params_ocr_class_mlp(ocrhandle: HHandle) -> Tuple[int, int, str, Sequence[str], Sequence[str], int, str, int]
def get_params_ocr_class_mlp_s(ocrhandle: HHandle) -> Tuple[int, int, str, str, Sequence[str], int, str, int]
描述
get_params_ocr_class_mlpget_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlpGetParamsOcrClassMlpget_params_ocr_class_mlp returns the parameters of an OCR
classifier that were specified when the classifier was created with
create_ocr_class_mlpcreate_ocr_class_mlpCreateOcrClassMlpCreateOcrClassMlpCreateOcrClassMlpcreate_ocr_class_mlp. This is particularly useful if the
classifier was read with read_ocr_class_mlpread_ocr_class_mlpReadOcrClassMlpReadOcrClassMlpReadOcrClassMlpread_ocr_class_mlp. The output of
get_params_ocr_class_mlpget_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlpGetParamsOcrClassMlpget_params_ocr_class_mlp 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_mlpCreateOcrClassMlpCreateOcrClassMlpCreateOcrClassMlpcreate_ocr_class_mlp.
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
OCRHandleOCRHandleOCRHandleOCRHandleOCRHandleocrhandle (input_control) ocr_mlp → HOCRMlp, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the OCR classifier.
WidthCharacterWidthCharacterWidthCharacterWidthCharacterwidthCharacterwidth_character (output_control) integer → HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Width of the rectangle to which the gray values
of the segmented character are zoomed.
HeightCharacterHeightCharacterHeightCharacterHeightCharacterheightCharacterheight_character (output_control) integer → HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Height of the rectangle to which the gray values
of the segmented character are zoomed.
InterpolationInterpolationInterpolationInterpolationinterpolationinterpolation (output_control) string → HTuplestrHTupleHtuple (string) (string) (HString) (char*)
Interpolation mode for the zooming of the characters.
特征特征特征特征特征特征 (output_control) string(-array) → HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)
Features to be used for classification.
CharactersCharactersCharactersCharacterscharacterscharacters (output_control) string-array → HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)
Characters of the character set to be read.
NumHiddenNumHiddenNumHiddenNumHiddennumHiddennum_hidden (output_control) integer → HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Number of hidden units of the MLP.
PreprocessingPreprocessingPreprocessingPreprocessingpreprocessingpreprocessing (output_control) string → HTuplestrHTupleHtuple (string) (string) (HString) (char*)
Type of preprocessing used to transform the
feature vectors.
NumComponentsNumComponentsNumComponentsNumComponentsnumComponentsnum_components (output_control) integer → HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Preprocessing parameter: Number of transformed
features.
结果
如果参数均有效,算子
get_params_ocr_class_mlpget_params_ocr_class_mlpGetParamsOcrClassMlpGetParamsOcrClassMlpGetParamsOcrClassMlpget_params_ocr_class_mlp 返回值 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
可能的前置算子
create_ocr_class_mlpcreate_ocr_class_mlpCreateOcrClassMlpCreateOcrClassMlpCreateOcrClassMlpcreate_ocr_class_mlp,
read_ocr_class_mlpread_ocr_class_mlpReadOcrClassMlpReadOcrClassMlpReadOcrClassMlpread_ocr_class_mlp
可能的后置算子
do_ocr_single_class_mlpdo_ocr_single_class_mlpDoOcrSingleClassMlpDoOcrSingleClassMlpDoOcrSingleClassMlpdo_ocr_single_class_mlp,
do_ocr_multi_class_mlpdo_ocr_multi_class_mlpDoOcrMultiClassMlpDoOcrMultiClassMlpDoOcrMultiClassMlpdo_ocr_multi_class_mlp
参考其它
trainf_ocr_class_mlptrainf_ocr_class_mlpTrainfOcrClassMlpTrainfOcrClassMlpTrainfOcrClassMlptrainf_ocr_class_mlp,
get_params_class_mlpget_params_class_mlpGetParamsClassMlpGetParamsClassMlpGetParamsClassMlpget_params_class_mlp
模块
OCR/OCV