天天看點

halcon(視窗畫線)

dev_clear_window ()
dev_close_window ()

read_image (Image, 'printer_chip/printer_chip_01')
get_image_size (Image, Width, Height)
dev_open_window (0, 0, Width, Height, 'black', WindowHandle)

*在視窗畫線,可以根據需要修改形狀
draw_line (WindowHandle, Row1, Column1, Row2, Column2)
           

繼續閱讀