I grab an image containing a laser line that follows a curve. I then capture another image after I turn off the laser, subtract the 2 images displaying only the line, make it a binary file, and then search row by row for the ones and record the x/y coordinates for each. I then want to plot the x/y coordinates in engineering units. I currently do a rough calibration of the image and use equations developed from the calibration to convert the x/y to engineering units. I would like to use the calibration function in IMAQ 6.0 to do the calibration and then extract the engineering units right from the binary image with out having to convert
the pixels.