*筛选矩形 select_shape (ConnectedRegions, SelectedRegions, 'rectangularity','and',1,1) dev_clear_window () dev_display (SelectedRegions) 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 执行结果: select_shape: 操作符select_shape根据形状选择区域。对于来自区域的每个输入区域,计算所指示的特征(特征)。如...
select_shape - 借助形状特征选择区域。 原型: 1 select_shape(Regions : SelectedRegions : Features, Operation, Min, Max : ) (将连接的区域进行筛选,筛选的特征有很多,如面积长度等,可以去掉不满足条件的轮廓) 描述: 操作符select_shape根据形状选择区域。对于来自区域的每个输入区域,计算所指示的特征(features...
connection (Region, ConnectedRegions) 被打散的版块通过彩色显示~~~ 有打散就有联合:union1 union1 (ConnectedRegions, RegionUnion) 将打散的块,联合成一个整体。 通过够不够方(通过更换参数,也可以选择够不够圆),将目标显示出来: select_shape (ConnectedRegions, SelectedRegions, 'rectangularity', 'and',0.9...
Edges, 'canny', 1, 'nms', 'true', 'false') * 提取轮廓 connection(Edges, ConnectedRegions) select_shape(ConnectedRegions, SelectedRegions, 'rectangularity', 'and', 0.7, 1.0) * 根据轮廓生成矩形 shape_trans_region(SelectedRegions, RectangleRegions, 'rectangle2') ...
select_shape算子, 跟据特征值选择区域。 其相关功能的算子可以求Region指定特征值:region_features(Regions : : Features : Value) select_shape算子可以由向导(特征直方图)来进行可视化操作,可以很方便的生成代码。如下图所示: 如上图所示的“特征”种类及其意义见下表: ...
2.6 常用的特征选择——rectangularity (Operator) 2.6.1 函数原型 2.6.2 解析 2.6.3 example 2.7 常用的特征选择——elliptic_axis (Operator) 2.7.1 函数原型 2.7.2 解析 2.7.3 example 前言 select_shape函数的功能分析,此函数经常会用到,可以借助其图像形状的特征来选择区域,得到想要的图像区域。
select_gray,shape_trans,reduce_domain,count_obj select_shape_std 参考其它 area_center,circularity,compactness,contlength,convexity,rectangularity,elliptic_axis,eccentricity,inner_circle,smallest_circle,smallest_rectangle1,smallest_rectangle2,inner_rectangle1,roundness,connect_and_holes,area_holes,diameter_region...
更多稳定的方法是调用 select_shape,传递参数rectangularity来选择区域。例程 draw_region (Region, 200000...
select_gray, shape_trans, reduce_domain, count_obj Alternativesselect_shape_std See alsoarea_center, circularity, compactness, contlength, convexity, rectangularity, elliptic_axis, eccentricity, inner_circle, smallest_circle, smallest_rectangle1, smallest_rectangle2, inner_rectangle1, roundness, connect_...
常用算子有select_shape_xld和select_contours_xld select_shape_xld(XLD : SelectedXLD : Features, Operation, Min, Max : ) 作用:选择特定形状特征要求的XLD轮廓或多边形 select_contours_xld(Contours : SelectedContours : Feature, Min1, Max1, Min2, Max2 : ) ...