09-02-2016 02:08 AM
Hello,
I am new to NI Vision , but I have good experience in Labview , I want to
find all X,Y Coordinates of an image in mm/um, Image can be any pattern say
Rectangle, Text, etc. Can anyone help me
09-02-2016 02:17 AM
09-02-2016 02:29 AM
I want to find all X Y coordinates of an image in order to know what are its x y coordinates.(all points) on 2d plane so that i can give commands to X and Y Direction motors to drive them according to the geometric pattern.
I tried with image to array but as image pattern can be anything i should get all data
in mm, image to array is giving only 255 value in each element of 2d array.
which palletes i can use to find all x y coordinates/can i use vision assistant to develop a code?
09-02-2016 03:46 AM
09-02-2016 04:42 AM
Thanks for the reply.
The links will help definately. But I want to know is it possible to do it in Labview or not? Pixel can be converted to mm/um that I understood but for converting the whole image into X Y Coordinate array how can I go? ?
If you have some VI , pls share.
Thanks in advance.
VijayC ,
09-02-2016 05:45 AM
The links will help definately. But I want to know is it possible to do it in Labview or not?
Yes possible.
for converting the whole image into X Y Coordinate array how can I go? ?
The vision system finds a part and reports the location, but, to instruct the robot to move to that location, the system must convert the coordinates into units the robot accepts. Calibration allows the vision system to report positions in real-world units such as millimeters, which are used with the robot’s Cartesian coordinates. So you need to calibrate and pass the info.
http://www.ni.com/white-paper/10607/en/