Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Image Processing on 3D Picture control

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 😛

-------------------------------------------------------------------------------------------------------------------------------
Thanks & Regards,
Kunal Raithatha.
CTD - CLAD (I wish I can take off that A, and maybe use it later to replace D 🙂

Easy Tip :- "To copy an image to a VI icon, drag the image file and place it on the icon
located in the upper right corner of the front panel or block diagram" ...If you know any
more reply back.
-------------------------------------------------------------------------------------------------------------------------------
0 Kudos
Message 1 of 4
(3,295 Views)

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

NTA_LabView_certified_Developper.jpg
0 Kudos
Message 2 of 4
(3,287 Views)

How ?

-------------------------------------------------------------------------------------------------------------------------------
Thanks & Regards,
Kunal Raithatha.
CTD - CLAD (I wish I can take off that A, and maybe use it later to replace D 🙂

Easy Tip :- "To copy an image to a VI icon, drag the image file and place it on the icon
located in the upper right corner of the front panel or block diagram" ...If you know any
more reply back.
-------------------------------------------------------------------------------------------------------------------------------
0 Kudos
Message 3 of 4
(3,276 Views)

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

0 Kudos
Message 4 of 4
(3,268 Views)