dev_set_colored( : : NumColors : ) 描述 dev_set_colored可以使用一组NumColors预定义颜色以不同的颜色在图形窗口中显示region,XLD和其他geometrical对象的元组。 通过算子query_colored可以查询NumColors的有效值。 有关更多信息,请参阅算子set_colored的说明。 但是,与set_colored算子相反,此算子的颜色设置也用于...
dev_display (SelectedRegions) dev_set_color ('blue') dev_display (Basins) disp_continue_message (WindowHandle, 'black', 'true') stop () * intersection (Basins, SelectedRegions, SegmentedPellets) dev_display (Image) dev_set_colored (12) dev_display (SegmentedPellets) disp_continue_message (...
read_image (Image, 'rings/' + FileNames[J]) dev_display (Image) dev_set_colored (6) segment (Image, Objects) dev_display (Objects) dev_set_color ('black') count_obj (Objects, NumberObjects) for k := 1 to NumberObjects by 1 select_obj (Objects, ObjectSelected, k) * * Write t...
12. dev_open_window 功能:打开一个图形窗口。 13. dev_set_check 功能:指定错误处理。 14. dev_set_color 功能:设置一个或更多输出颜色。 15. dev_set_colored 功能:设置混合输出颜色。 16. dev_set_draw 功能:定义区域填充模式。 17. dev_set_line_width 功能:定义区域轮廓输出的线宽。 18. dev_set_...
dev_display(Image) 它首先显示背景图片,然后为区域设定显示参数。dev_set_draw指明只有区域边界被可视化。dev_set_colored激活了多彩色模式,在该模式下每个区域用不同的颜色显示。替代简单地指出区域的原始形状,HALCON能让你用dev_set_shape改变形状。如下,选择显示等价的椭圆。
dev_open_window( : : Row, Column, Width, Height, Background : WindowHandle) 打开一个新的图形窗口 dev_set_color( : : ColorName : ) 设置一个或多个输出颜色 dev_set_colored( : : NumColors : ) 设置多种输出颜色 dev_set_draw( : : DrawMode : ) ...
dyn_threshold(img,ImageMean,RegionDynThresh,5,'dark')*->extract connected components 提取连通分量*由分割出来的DarkPixels获得连通区域到ConnectedRegions***得到的连通区域为:connection(RegionDynThresh,ConnectedRegions)*设置混合输出颜色为12种dev_set_colored(12)dev_display(ConnectedRegions)disp_continue_message...
For more information see the description of the operator set_color. However, in contrast to that operator the color setting is also used for all new graphics windows that are opened afterwards. These color settings remain valid until dev_set_color or dev_set_colored is called or until the ...
dev_set_draw( : : DrawMode : ) 2)参数描述 DrawMode参数两个选项(“filled”,和“margin”),设定完后,显示区域方式就变了,如图: .2 area_center 获得区域的面积和中心位置。 运算符 area_center 计算输入区域的面积和中心。面积定义为一个区域的像素数。中心分别计算为所有像素的行坐标或列坐标的平均值。
sort_region(IntermediateBalls,FinalBalls,'first_point','true','column')dev_display(Bond)dev_set_colored(12)dev_display(FinalBalls)disp_continue_message(WindowID,'black','true')stop()*找到最小外包圆后计算各种数据 smallest_circle(FinalBalls,Row,Column,Radius)NumBalls:=|Radius|Diameter:=2*Radius...