halcon(窗口画线)

    xiaoxiao2022-07-12  113

    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)

     

    最新回复(0)