Fading Coder

One Final Commit for the Last Sprint

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)...

Implementing Geometric Affine Transformations in Halcon

Geometric Transformations Geometric transformations involve converting digital maps or images between coordinate systems using control points and transformation equations. These operations work with: Vectors (digital maps): Reprojection process Raster (images): Resampling process Transformation accu...

One-Dimensional Edge Measurement Using HALCON

Overview of 1D Measurement One-dimensional measurement in HALCON refers to geometric analysis along a single direction—such as distance between two parallel edges, point-to-point separation along a line, or width estimation across a narrow region. The technique relies on defining a measurement regio...