disp_region(Regions,WindowHandle) 结果 如果所有参数都正确,region_to_mean返回2(H_MSG_TRUE)。 如果输入为空,则可以通过set_system('no_object_result',<Result>)设置行为。 如有必要,会引发异常。 Possible Predecessors regiongrowing, connection Possible Successors disp_image Alternatives paint_region, intens...
region_to_mean(Regions,Image,Disp) disp_image(Disp,WindowHandle) set_draw(WindowHandle,'margin') set_color(WindowHandle,'black') disp_region(Regions,WindowHandle) 结果 如果所有参数都正确,region_to_mean返回2(H_MSG_TRUE)。 如果输入为空,则可以通过set_system('no_object_result',<Result>)设置行...
region_to_mean - 用平均灰度值绘制区域。 用法 region_to_mean(Regions, Image : ImageMean : : ) 描述 region_to_mean根据图像Image返回一个图像,其中Regions的区域被绘制为其平均灰度值。 该算子主要是为了将分割结果可视化。 并行 ● 多线程类型:可重入(与非独占算子并行运行)。 ● 多线程范围:全局(可以...
因此需要将Regions连接起来生成一个大的区域,然后将区域进行相关操作转化成Image,Halcon中有三个区域转图像算子:region_to_bin、region_to_label、region_to_mean. region_to_bin(Region,BinImage,ForegroundGray,BackgroundGray,Width,Height) 它将一个区域转化成一个二进制字节图像。给区域内的所有像素赋给前景灰度...
region_to_mean returns an image in which the regions Regions are painted with their average gray value based on the image Image. This operator is mainly intended to visualize segmentation results.Execution InformationMultithreading type: reentrant (runs in parallel with non-exclusive operators). ...
三、region to image HALCON提供了三种方法:region_to_bin、region_to_label、region_to_mean. 1. region_to_bin(Region,BinImage,ForegroundGray,BackgroundGray,Width,Height)它将一个区域转化成一个二进制字节图像。给区域内的所有像素赋给前景灰度值,如果输入区域大于生成的图像,则会在图像边界处截断; ...
region_to_mean(Image, Image, ImageMean) convert_image_type(ImageMean, ImageMean, 'real') convert_image_type(Image, Image, 'real') sub_image(Image, ImageMean, ImageSub, 1, 0) mult_image(ImageSub, ImageSub, ImageResult, 1, 0)
12. region_to_bin 功能:把一个区域转变为一个二进制字节图像。 13. region_to_label 功能:把区域转变为一个标签图像。 14. region_to_mean 功能:用它们的平均灰度值绘制区域。 7.5 Domain 1. add_channels 功能:把两个灰度值添加到区域中。 2. change_domain ...
region_to_mean功能:用它们的平均灰度值绘制区域。Domainadd_channels功能:把两个灰度值添加到区域中。change_domain功能:改变一个图像的定义区间。full_domain功能:把一个图像的区域扩大到最大值。get_domain功能:获取一个图像的区域。rectangle1_domain功能:把一个图像的区域缩小到一个矩形。reduce_domain功能:缩小...
3. region_to_mean(Regions,Image,ImageMean)用它们的均值来填充图像区域,返回Image。这个操作符主要...