1.draw_region( :Region:WindowHandle: ) 利用鼠标交互画一个闭合区域。点左键画图,右键结束,输出为鼠标画的闭合区域。控制输入为窗口句柄。 2.dev_display(Object: : : ) 在图形窗口显示输入的图形对象 (image, region, or XLD) 3.reduce_domain(Image,Region:ImageReduced: : ) 得到图像Image相对于Region区...
Halcon draw_region接口 功能 使用鼠标的左键在窗口上绘制一个闭合的区域.在没有点击鼠标的右键之前,此函数一直阻塞。按下右键,结束区域绘制,窗口会显示填充的闭合区域,填充的颜色可以使用dev_set_color设置.draw_region生成区域没有灰度值的定义. 函数参数 draw_region( : Region : WindowHandle : ) Region:输出...
DrawRegion(&ho_Region, hv_WindowHandle);//在指定窗口手动画一个闭合区域--自动闭合if(HDevWindowStack::IsOpen()) DispObj(ho_Region, HDevWindowStack::GetActive());
Halcon对象之间的相互转换,一般可以转化为"gen_目标对象_原对象"形式,如gen_region_contour_xld(根据xld创建一个区域region);再如gen_contour_region_xld(根据region创建一个xld轮廓) 2.1 gen_region_contour_xld(Contour : Region : Mode : ) 根据轮廓xld创建一个区域region read_image(Image,'lena') draw_xld...
功能:根据region创建一个xld read_image(Image,'lena') draw_region (Region, 3600) gen_contour_region_xld (Region, XLD1, 'border') 4、gen_polygons_xld(Contours : Polygons : Type, Alpha : ) 功能:用多边形逼近XLD轮廓 draw_xld (ContOut, 3600, 'true', 'true', 'true', 'true') ...
draw_region (Operator) Namedraw_region— Interactive drawing of a closed region.Signaturedraw_region( : Region : WindowHandle : ) Descriptiondraw_region produces an image. The region of that image spans exactly the image region entered interactively by mouse clicks (gray values remain undefined)....
draw_region (Region, WindowID) 获得单位矩阵 hom_mat2d_identity (HomMat2DIdentity) 获得旋转矩阵 hom_mat2d_rotate (HomMat2DIdentity, -0.3, 256, 256, HomMat2DRotate) 可以看到-0.3 是旋转角,如果是正的话,就是逆时针旋转的。负的话就是顺时针旋转, ...
draw_region— Interactive drawing of a closed region. Signature Description draw_regionproduces an image. The region of that image spans exactly the image region entered interactively by mouse clicks (gray values remain undefined). Painting happens in the output window while keeping the left mouse ...
*draw_region (Region, WindowHandle)draw_nurbs (ContOut, WindowHandle, 'true', 'true', 'true'...
20. draw_rectangle2_mod 功能:任意定向矩形的交互绘图。 21. draw_region 功能:一个闭区域的交互绘图。 22. draw_xld 功能:一个轮廓的交互绘图。 23. draw_xld_mod 功能:一个轮廓的交互修正。 6.2 Gnuplot 1. gnuplot_close 功能:关闭所有打开的gnuplot文件或者终止一个活动的gnuplot子流 ...