(Selected) orientation_region (Selected, Phi) *返回区域的方向 *参数1:区域 *参数2:与x轴的夹角,其实就是elliptic_axis算子中的Phi *获取过滤后区域的面积,中心的行坐标,列坐标 area_center (Selected, Area, Row, Column) *设置输出对象的线宽为3 dev_set_line_width (3) *设置区域的填充方式 dev_set...
dev_open_window (0, 0, Width, Height, 'black', WindowID) dev_display (Clip) *设置窗口字体显示,字体大小,字体样式,粗体,斜体 set_display_font (WindowID, 14, 'mono', 'true', 'false') disp_continue_message (WindowID, 'black', 'true') *在屏幕的右下角显示“Press Run (F5) to contin...
5Halcon的orientation_region()函数,用于计算区域的方位信息 函数原型:orientation_region(Regions:::Phi) 功能: 该算子基于算子elliptic_axis,测试区域的方位,包括轮廓中的点(以最大距离到区域重心)。如果该点的列坐标小于重心的列坐标,角度将使用Pi表示。如果多个区域进行计算,输出结果也是一一对应输入区域。 参数列表...
union1 (SelectedRegions, RegionUnion) shape_trans (RegionUnion, RegionTrans, 'rectangle2') gen_contour_region_xld (RegionTrans, Contours, 'border') area_center (RegionTrans, Area, Row, Column) orientation_region (RegionTrans, Phi) vector_angle_to_rigid (Row, Column, Phi, Row, Column, rad...
orientation_region(Regions : : : Phi) 作用:计算区域方向(弧度值) angle_ll( : : RowA1, ColumnA1, RowA2, ColumnA2, RowB1, ColumnB1, RowB2, ColumnB2 : Angle) 作用:计算两直线夹角 line_position( : : RowBegin, ColBegin, RowEnd, ColEnd : RowCenter, ColCenter, Length, Phi) ...
函数原型:orientation_region(Regions:::Phi) 功能: 该算子基于算子elliptic_axis,测试区域的方位,包括轮廓中的点(以最大距离到区域重心)。如果该点的列坐标小于重心的列坐标,角度将使用Pi表示。如果多个区域进行计算,输出结果也是一一对应输入区域。 参数列表: ...
orientation_region (Operator) Nameorientation_region— Orientation of a region.Signatureorientation_region(Regions : : : Phi) DescriptionThe operator orientation_region calculates the orientation of the region. The operator is based on elliptic_axis. In addition the point on the contour with maximal ...
区域的方向(参见操作符orientation_region) “euler_number”: 欧拉数(参见运算符euler_number) “rect2_phi”: 周围最小矩形的方向(参见操作符smallest_rectangle2) “rect2_len1”: 周围最小矩形长度的一半(参见操作符smallest_rectangle2) “rect2_len2”: ...
orientation_region (Blister, Phi) 可以看到是负的 获得区域的中心坐标 area_center (Blister, Area1, Row, Column) 利用 起始中心点坐标和角度 到 目标中心点坐标和角度 生成 仿射矩阵 vector_angle_to_rigid (Row, Column, Phi, Row, Column, 0, HomMat2D) ...
(SelectedRegions, RegionFillUp) *裁剪区域操作 reduce_domain (GrayImage, RegionFillUp, ImageReduced) *带面积的阈值 fast_threshold (ImageReduced, Region1, 0, 100, 20) *计算提出的区域角度 orientation_region (Region1, Phi) *获取面积和坐标 area_center (Region1, Area, Row, Column) *改变坐标...