Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

how can the coordinates of an intersection point of a cross

there is a cross on a chart and i need the coordinates of the intersection point as a reference for further measurements
0 Kudos
Message 1 of 2
(2,876 Views)
The simplest way is pattern matching. Train the routine with the cross, then search for it. It should always be within about 1 pixel of the intersection. You can use sub-pixel accuracy to improve the results sometimes.

To improve the pattern matching results, you can use edge or peak finding routines to find the horizontal and vertical lines that make up the cross. You can determine the center from these lines.

Bruce
Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 2
(2,876 Views)