dev_set_colored( : : NumColors : ) 描述 dev_set_colored可以使用一组NumColors预定义颜色以不同的颜色在图形窗口中显示region,XLD和其他geometrical对象的元组。 通过算子query_colored可以查询NumColors的有效值。 有关更多信息,请参阅算子set_colored的说明。 但是,与set_colored算子相反,此算子的颜色设置也用于...
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指明只有区域边界被可视化。dev_set_colored激活了多彩色模式,在该模式下每个区域用不同的颜色显示。替代简单地指出区域的原始形状,HALCON能让你用dev_set_shape改变形状。如下,选择显示等价的椭圆。 read_image (Image, 'fabrik') dev_display (Image) dev_set_draw ('margin') dev_set_colored (...
dev_set_draw 定义区域的填充模式。如果 DrawMode 设置为“filled”,则区域显示为填充,如果设置为“margin”,则仅显示轮廓。在 'margin' 模式下,轮廓的外观会受到 dev_set_line_width、set_line_approx 和 set_line_style 的影响。 1)算子形式 dev_set_draw( : : DrawMode : ) 2)参数描述 DrawMode参数两...
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 ...
1、dev_update_off ();dev_update_on2、dev_close_window ()3、dev_open_window( : : Row, Column, Width, Height, Background : WindowHandle)4、set_display_font( : : WindowHandle, Size, Font, Bold, Slant : )5、dev_set_draw( : : DrawMode : )6、dev_set_colored( : : NumColors :...
5、dev_set_draw( : : DrawMode : ) 设置区域的填充模式。如果DrawMode设置为’fill’,则显示填充区域,如果设置为’margin’,则仅显示轮廓。 6、dev_set_colored( : : NumColors : ) 设置输出的显示颜色数量。 7、dev_set_line_width( : : LineWidth : ) ...
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_set_colored (12) dev_display (FinalBalls) disp_continue_message (WindowID, 'black', 'true') stop () smallest_circle (FinalBalls, Row, Column, Radius) NumBalls := |Radius| Diameter := 2 * Radius meanDiameter := mean(Diameter) ...
11. dev_map_var 功能:在屏幕上绘制可视化窗口。 12. dev_open_window 功能:打开一个图形窗口。 13. dev_set_check 功能:指定错误处理。 14. dev_set_color 功能:设置一个或更多输出颜色。 15. dev_set_colored 功能:设置混合输出颜色。 16. dev_set_draw ...