gen_region_hline (Regions, Angle, Dist) *将霍夫变换找到的直线数据转化为区域 *参数1:输出区域集 *参数2:霍夫变换找到的角度 *参数3:霍夫变换找到的直线到原点的距离 dev_open_window (10, 10, Width, Height, 'black', WindowHandle) dev_display(Regions) 1. 2. 3. 4. 5. 6. 7. 8. 9. ...
GenRegionHline(&ho_Regions, hv_Angle, hv_Dist);//将霍夫变换找到的直线数据转化为区域//参数1:输出区域集//参数2:霍夫变换找到的角度//参数3:霍夫变换找到的直线到原点的距离SetWindowAttr("background_color","black"); OpenWindow(10,10,hv_Width,hv_Height,0,"visible","",&hv_WindowHandle); ...
gen_region_line (RegionLines, Row1, Column1, Row2, Column2)**创建直线区域*参数1:输出区域*参数2:起始点行坐标--y坐标*参数3:起始点列坐标--x坐标*参数4:终点点行坐标--y坐标*参数3:终点列坐标--x坐标 dev_display (RegionLines) 在QtCreator中 HObject ho_RegionLines; HTuple hv_WindowHandle, ...
DrawLine(hv_WindowHandle, &hv_Row1, &hv_Column1, &hv_Row2, &hv_Column2); //在指定窗口手动画直线 //参数1:窗口句柄 //参数2:起始点行坐标--y坐标 //参数3:起始点列坐标--x坐标 //参数4:终点点行坐标--y坐标 //参数3:终点列坐标--x坐标 GenRegionLine(&ho_RegionLines, hv_Row1, hv_...
gen_region_hline— Store input lines described in Hesse normal form as regions. The operatorgen_region_hlinestores the lines described in Hesse normal form as regions. A line is determined by the distance from the line to the origin (Distance, corresponds to the length of the normal vector...
The operatorgen_region_hlinestores the lines described in Hesse normal form as regions. A line is determined by the distance from the line to the origin (Distance, corresponds to the length of the normal vector) and the direction of the normal vector (Orientation, corresponds to the orientatio...
答:Halcon里对象之间的相互转换,一般可以转化为gen_目标对象_源对象 形式 。如:gen_region_contour_xld 使用xld创建一个region ;gen_contour_region_xld 从区域region创建一个轮廓xld 。直方图histo;直线是line,点集是points,行程编码runs,黑森线hline,多边形polygon 。按照上面格式进行查找 。
12. gen_region_hline 功能:將Hesse正規形狀中描述的輸入線存儲為區域。 13. gen_region_line 功能:將輸入線以區域形式存儲。 14. gen_region_points 功能:將個別的像素存儲為圖像區域。 15. gen_region_polygon 功能:將一個多邊形存儲為一個目標圖像。 16. gen_region_polygon_filled 功能:將一個多邊形存儲...
gen_region_hline 功能:将Hesse正规形状中描述的输入线存储为区域。 gen_region_line 功能:将输入线以区域形式存储。 gen_region_points 功能:将个别的像素存储为图像区域。 gen_region_polygon 功能:将一个多边形存储为一个目标图像。 gen_region_polygon_filled 功能:将一个多边形存储为一个已填充区域。 gen_reg...
gen_rectangle2功能:创建任意方向的矩形。gen_region_contour_xld功能:从XLD元组中创建一个区域。gen_region_histo功能:将一个直方图转换为一个区域。gen_region_hline功能:将Hesse正规形状中描述的输入线存储为区域。gen_region_line功能:将输入线以区域形式存储。gen_region_points功能:将个别的像素存储为图像区域。