paint_xldpaints the XLD objectsXLDof type contour or polygon with the constant gray valuesGrayvalinto each channel of the background image given inImageand returns the result inImageResult. Open contours of XLD objects are closed and their enclosed regions are filled up. The rim of the subpixe...
paint_region ( Region, Image : ImageResult : Grayval, Type : ) 将Region以一个恒定的灰度值绘制到Image图像中 paint_xld ( XLD, Image : ImageResult : Grayval : ) 将XLD以一个恒定的灰度值绘制到Image图像中 set_grayval ( Image : : Row, Column, Grayval : ) 设置Image图像中坐标为(Row,Column...
不明白halcon paint_xld为何是填充模式而非轮廓模式 read_image (Testregionwithhole, 'D:/testRegion...
gen_contour_region_xld (Region, XLD1, 'border') 4、gen_polygons_xld(Contours : Polygons : Type, Alpha : ) 功能:用多边形逼近XLD轮廓 draw_xld (ContOut, 3600, 'true', 'true', 'true', 'true') gen_polygons_xld (ContOut, Polygons, 'ramer', 2) 5、gen_contours_skeleton_xld(Skeleto...
Halcon中的图形变量主要有Image类型、Region类型、XLD类型。 1.1 Image类型: read_image (Image, 'printer_chip/printer_chip_01') 1. 1.2 Region类型: draw_region (Region, 3600) 1. 1.3 XLD类型 XLD分为两种:边缘轮廓(xld contour)和多边形(xld polygon) ...
HALCON算子函数(七)Image HALCON算⼦函数(七)Image HALCON 算⼦函数——Chapter 7 : Image 7.1 Access 1. get_grayval 功能:获取⼀个图像⽬标的灰度值。2. get_image_pointer1 功能:获取⼀个通道的指针。3. get_image_pointer1_rect 功能:获取图像数据指针和输⼊图像区域内最⼩矩形内部的...
paint_xld(xld,image1,image2,0)将xld画入image,根据image的通道数决定颜色通道数 paint_region()将region画入image,注意image的通道数来决定颜色的通道数 gen_region_contour_xld()将xld转region,可选fill填充和margin边缘两种模式 gen_contour_region_xld()将region转xld ...
*保存图像write_image(MultiChannelImage1,'bmp',0,'C:/Users/世纪森林/Desktop/picture/region转图像.bmp') 2)多通道图像的绘制 draw_circle(WindowHandle, Row, Column, Radius)gen_circle(Circle, Row, Column, Radius)paint_region(Circle, MultiChannelImage1, ImageResult, [0,255,0],'fill') ...
paint_region ( Region, Image : ImageResult : Grayval, Type : ) 将Region以一个恒定的灰度值绘制到Image图像中 paint_xld ( XLD, Image : ImageResult : Grayval : ) 将XLD以一个恒定的灰度值绘制到Image图像中 set_grayval ( Image : : Row, Column, Grayval : ) ...
paint_xld ( XLD, Image : ImageResult : Grayval : )将XLD以一个恒定的灰度值绘制到Image图像中 set_grayval ( Image : : Row, Column, Grayval : )设置Image图像中坐标为(Row,Column)的灰度值 程序:[c-sharp]view plaincopyprint?1.read_image (Image, 'G:/Halcon/images/images/claudia.png')2....