按下右键,结束区域绘制,窗口会显示填充的闭合区域,填充的颜色可以使用dev_set_color设置.draw_region生成区域没有灰度值的定义. 函数参数 draw_region( : Region : WindowHandle : ) Region:输出的区域对象 WindowHandle:输入窗口句柄. 代码 从程序目录当前路径读取a.bmp图片,显示在窗口上,然后在原始图片上绘制绿色...
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...
DrawRegion(&ho_Region, hv_WindowHandle); //在指定窗口手动画一个闭合区域--自动闭合 if (HDevWindowStack::IsOpen()) DispObj(ho_Region, HDevWindowStack::GetActive()); 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.
2.draw_region — Interactive drawing of a closed region 手动画一个封闭任意区域 3.set_rgb( : : WindowHandle, Red, Green, Blue : ) rgb值来设置颜色 4.harmonic_interpolation — Perform a harmonic interpolation on an image region. 5.gen_binocular_rectification_map ---Generate transformation maps...
功能:根据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') ...
在C++中,我们首先用visualize_object_model_3d函数显示3D模型。并且把continue按钮去掉。 然后点击QT上的button,之后执行DrawRegion和ReduceObjectModel3dByView函数,选择3D模型中的部分区域。 但是这样造成了一个问题: 去掉continue按钮后,visualize_object_model_3d函数不能正常退出,因此我们无法使用它的返回值。hv_Pose...
draw_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). Painting happens in the ...
draw_region(Region,3600) 效果: 鼠标左键划区域: 右键单击确认,并自动生成该region 注:region也不一定是一个区域,表示层区域只是它的一种形式,也可以修改它的表示形式为边界: Region筛选操作: 有时对图像进行阈值操作时可能会产生很多不感兴趣的region,可以通过它的面积,圆度(圆为1,有缺口或孔则小于1)、宽度...
draw_region (Region, WindowHandle) *定义仿射变换矩阵 hom_mat2d_identity (HomMat2DIdentity) *在齐次仿射变换矩阵中增加旋转变换 hom_mat2d_rotate (HomMat2DIdentity, rad(phi), 256, 256, HomMat2DRotate) *在齐次仿射变换矩阵中增加缩放变换 hom_mat2d_scale (HomMat2DRotate, 2, 2, 256, 256, HomMa...