hi
i m using labview 7.1 for sme image processing
i have detected 4 circles in an image which are in the following fashion
1
2 3
4
From the IMAQ find circles option, i get the following data:
pos x pos x pos x pos x - this is the x pos of the center
pos y pos y pos y pos y - this is the y pos of the center
radius radius radius radius - radius in pixel
core core core core - area in pixel
now i have to find the intersection of the lines passing through the centers of the (1st,4th) & (2nd,3rd) circle centres.
the line intersection option is asking for the co ordinates of the points of the 1st & 2nd line . How can i give the point co ordinates from the circle data?
i.e for the 1st line i must enter the x & y coordinates of the center of 1st & 4th circle and for the 2nd line, x & y of the centers of the 2nd & 3rd cirlces
how can i do it?