04-25-2012 01:31 AM
hello all
the vi IMAQ Lines Intersection computes the intersection point of two lines, but: Each line is specified by any two points that lie on the line.
what i am looking for, is the possibility that the lines are specified by the two end points, This differs in the result if the lines are really crossing on the part between and not somewhere outside.
is there another vi for this?
thanks in advance
04-25-2012 04:37 AM
IMAQ Lines Intersection.vi is intended to be capable of finding Intersection Points if they are at the lines as well as somewhere else.
Use IMAQ GetPointsOnLine.vi to see if the Intersection Point found is part of a line you specified.
Christian