Circle and Line Measurement in Halcon: Metrology Model Approach
read_image (Image, 'test.bmp') get_image_size (Image, Width, Height) dev_close_window () dev_open_window (0, 0, Width/2, Height/2, 'black', WindowHandle) dev_display (Image) dev_set_draw ('margin') draw_line (WindowHandle, Row1, Column1, Row2, Column2) draw_circle (WindowHandle, Row, Column, Radius)...