Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I transfer vision data into another sub vi?

I want to transfer my vision data results from one sub vi to the input of another sub vi.
First I tried to connect an Image Display from the front panel with an exit of the Sub Vi but then the error message "Not an image" occurs.
How can I solve the problem?
0 Kudos
Message 1 of 4
(3,217 Views)
Well there are two kinds of data with vision :

the fisrt one is "external" results, as for any other operation, you input an image and output the results and the image.
the second one is "internal", like patern matching setups, scaling, ROI etc, the data is included in the image and you need special VIs, when they exist to extract the data.

What is the exact data you want to extract from your image
It would be nice if you take the time to rate this answer
http://www.machinevision.ch
0 Kudos
Message 2 of 4
(3,203 Views)
It´s a result of an operation. I want to extract a region of interest of an image and put this result into another Sub-VI.
0 Kudos
Message 3 of 4
(3,196 Views)
then you need to use the "IMAQ extract" function in "image manipulation"
It would be nice if you take the time to rate this answer
http://www.machinevision.ch
0 Kudos
Message 4 of 4
(3,188 Views)