首页 > 技术文章 > halcon 常用算子中文解释说明(随时更新)

tmdsleep 2016-04-24 15:32 原文

disp_arrow  显示箭头
disp_arrow( : : WindowHandle, Row1, Column1, Row2, Column2, Size : )
起始坐标,终点坐标,箭头大小,箭头在终点上显示。
dev_close_window    关闭窗口
dev_open_window    打开窗口
dev_display (Image)        显示图片
dev_set_line_width (2)    设置区域轮廓输出线宽为 2
dev_set_color ('yellow')    设置显示颜色
dev_set_draw ('margin')    设置显示的区域是填充还是空心的 
dev_set_shape ('ellipse')     设置显示的区域的形状 
dev_set_part (239, 197, 239+17, 197+17)    设置显示的区域

 

推荐阅读