04-30-2011 11:01 PM
Has anyone tried doing Machine Vision VIs like, Coordinate Systems, Select ROI, Find pattern ?
I have made small box moving as a X,Y,theta representation using 3D picture control in labview, I want to use above VIs on it.
Stuck at the first step from conversion to Image from 3d picture.
Need some guidance.....Still a student and newbie 😛
05-02-2011 05:32 AM
Hi,
All the function you mentionned works on IMAQ image only, so you will first have to convert your data in this way to use them.
Then you can find a lot of examples in the "Toolkit and Modules/Vision" directory of the LabVIEW example finder.
Regards
05-02-2011 12:29 PM
How ?
05-03-2011 07:59 AM
Use an invoke node which is to capture the image of the 3D picture control to disk. then use the standard IMAQ functions to load the image back in.
Hope that helps
Mike