Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

IMAQ FreeHand-Line Measurement

Dear LabViewers,

what is the easiest way to measure the length of an FreeHand-Line drawn under IMAQ Vision 6.0 ?
0 Kudos
Message 1 of 2
(3,116 Views)
The freehand line is stored as a series of points that are connected by line segments. I would set up a loop that calculates the distance between each set of adjacent points, then add them all together.

Bruce
Bruce Ammons
Ammons Engineering
Message 2 of 2
(3,116 Views)