select_obj (Objects, Region, k) * get_features (Region, Features) select_obj (Region, SingleRegion, 1) *与圆的相似度Circularity,roundness则由区域的轮廓与区域中心之间的平均距离(Distance)及与平均距离的偏差(Sigma)组合公式而来。 circularity (SingleRegion, Circularity) roundness (SingleRegion, Distance...
The operator ocr_get_features calculates the features for the given Character. The type and number of features is determined by the classifier OcrHandle. FeatureVector contains the same values which are used inside operators like traind_ocr_class_box or trainf_ocr_class_box....
在程序get_features中被提取的特征是区域特征,特别是区域的两个圆度和4个矩(用算子moments-region_central_invar)。Step3:训练分类器 在添加了所有可行的样本后,训练器用train_class_mlp所训练,用clear_samples_class_mlp将样本从内存中移除。Step4:分类新物体 现在,具有不知物体的图像被探索。物体的分割和...
Features := [Circularity,Roundness,PSI1,PSI2,PSI3,PSI4] *得到特征向量Features输入分类器,进行分类,返回一个最可能的结果Class,并给出置信度Confidence classify_class_mlp (MLPHandle, Features, 1, Class, Confidence) *该语法含义是将每次循环中class的值添加入Classes当中,相当于很多语言中的数组的.push()...
7. get_features_ocr_class_svm 功能:计算一个字符的特征。 8. get_params_ocr_class_svm 功能:返回一个OCR分级器的参数。 9. get_prep_info_ocr_class_svm 功能:计算基于OCR分级器的SVM的预定义特征矢量的信息内容。 10. get_support_vector_num_ocr_class_svm 功能:返回OCR分级器支持的矢量的数目。 11...
ocr_get_features (Operator) Nameocr_get_features— Access the features which correspond to a character.Warningocr_get_features is obsolete and is only provided for reasons of backward compatibility. New applications should use the MLP, SVM or CNN based operators instead....
4. get_domain 功能:获取一个图像的区域。 5. rectangle1_domain 功能:把一个图像的区域缩小到一个矩形。 6. reduce_domain 功能:缩小一个图像的区域。 7.6 Features 1. area_center_gray 功能:计算一个灰度值图像的区域面积和重心。 2. cooc_feature_image 功能:计算一个同时出现的矩阵并得出相关灰度值特征...
上一篇介绍的classifier,Halcon Classification——简介(二)基于shape features的分类 分类的过程:segment分割图像,获取图像特征,使用MLP分类得到所属类的编号。fill_up后将图像中间空的区域填满,然后使用get_feature获取每个region的形状特征包括distance、sigma和Roundness(sigma与distance间的关系)、moments_region_...
ocr get features 功能:计算给定Character(字符)的特征参数。 read ocr 功能:从文件的FileName(文件名)读取OCR分级器。 testd ocr class box 功能:测试给定类中字符的置信度。 traind ocr class box 功能:通过一幅图像的特定区域直接测试分级器。 trainf ocr class box 功能:根据指定测试文件测试分级器的OCRHandl...
7. get_features_ocr_class_mlp 功能:为根据OCR分级器OCRHandle确定的字符计算其特征参数。 8.get_params_ocr_class_mlp 功能:返回一个OCR分级器的参数。 9.get_prep_info_ocr_class_mlp 功能:计算OCR分级器预设定矢量特性的信息。 10.read ocr class mlp ...