crop_domain(ImageReduced2, ImagePart2) gen_features (ImagePart2, FeatureVector2) *通过多层感知器计算一个特征向量的类 classify_class_mlp (Handle, FeatureVector2, 2, FoundClassIDs, Confidence) confidence:=[confidence,Confidence] if (FoundClassIDs[0]==0) dev_display(Image) disp_message (3600,...
gen_features(ho_Image, out hv_FeatureVector); 1. 四 添加训练样本 HOperatorSet.AddSampleClassMlp(hv_MLPHandle, hv_FeatureVector, hv_iGrade); 1. 五 训练模型 public static void TrainClassMlp(HTuple MLPHandle, HTuple maxIterations, HTuple weightTolerance, HTuple errorTolerance, out HTuple error,...
threshold_sub_pix(inputimage, output,requirement) gen_contour_region_xld(inputRegion,output,...) XLD的选择操作(select_shape_xld/selet_contours_xld): select_shape_xld(XLD:SelectedXLD:Features,Operation,Min,Max:) select_contours_xld(Contours:SelectedContours:Feature,Min1,Max1,Min2,Max2:) 计算xld...
8. gen_parallels_xld 功能:提取并行xld多边形(polygon)。9. gen_polygons_xld 功能:根据多边形近似创建xld轮廓(contour)。10. gen_rectangle2_contour_xld 功能:创建一个矩形xl 4、d轮廓(contour)。11. mod_parallels_xld 功能:提取一个包括同质区域的并行xld多边形(polygon)。 19.3 features1. area_center_...
2)形状分析:使用gen_contours函数对图像进行边缘检测,并生成区域轮廓。 3)形状选择:使用select_shape_std函数对生成的区域轮廓进行形状选择。根据应用需求,设置不同的操作类型和参数,例如选择最大面积的形状或者选择符合面积范围的形状。 4)结果显示:使用disp_region函数在图像上显示选择的形状区域,以便进行结果验证。
算子cooc_feature_matrix根据由gen_cooc_matrix中参数LdGray和Direction指示的方向矩阵生成的输入矩阵部分计算灰度值特征,如下式所示: 注意 输入图像的ROI被忽略。 并行 ● 多线程类型:可重入(与非独占算子并行运行)。 ● 多线程范围:全局(可以从任何线程调用)。
gen_contour_region_xld(inputRegion,output,...) XLD的选择操作(select_shape_xld/selet_contours_xld): select_shape_xld(XLDFeatures,Operation,Min,Max:) select_contours_xld(ContoursFeature,Min1,Max1,Min2,Max2:) 计算xld的面积以及中心位置:
gen_cooc_matrix ( Regions, Image : Matrix : LdGray, Direction : ) 生成Image图像Region区域的共生矩阵 gray_histo ( Regions, Image : : : AbsoluteHisto, RelativeHisto ) 获取Image图像Region区域的灰度相对直方图RelativeHisto和绝对直方图AbsoluteHisto。
optimize_dl_model_for_inference( : : DLModelHandle, DLDeviceHandle, Precision, DLSamples, GenParam : DLModelHandleConverted, ConversionReport) optimize_dl_model_for_inference()Optimize a model for inference on a device via the AI2-interface.The parameterDLSamplesspecifies the samples on which the...
HALCON算子函数(七)Image HALCON算⼦函数(七)Image HALCON 算⼦函数——Chapter 7 : Image 7.1 Access 1. get_grayval 功能:获取⼀个图像⽬标的灰度值。2. get_image_pointer1 功能:获取⼀个通道的指针。3. get_image_pointer1_rect 功能:获取图像数据指针和输⼊图像区域内最⼩矩形内部的...