Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Image to Image

Hello again,
 
What I have is an image that is made up of five images.  ThroughSetImageSize and ImageToImage I appended each image to the right edge of the prior image.  As a result I now have to append the images of multiple images together in a different fashion.  Rather than adding each image to increase the X resolution I need to add each image to increase the Y resolution.  Basically, I need to stack the images like rows rather than columns.
 
I tried tackling this with my VI that I used to add images which increased the X resolution by simply changing the Y resolution into the shift register but it was doing it in the wrong direction.  Attached is the VI and two different sample images.  I know that I'm missing something very simple and blatantly obvious and its driving me nuts.
 
Thanks in advance
 
 
Download All
0 Kudos
Message 1 of 3
(3,428 Views)
Hi Steve.
I just modified some arithmetics and added one wire (error cluster) to prevent two VIs from running in parallel.
Have a great day, Guenter
0 Kudos
Message 2 of 3
(3,413 Views)
Hey guenter,
 
I see disposing and recalling Image 1 was unnecessary and I did many sequences of switching the array inputs along with the initial X resolution and Y resolution outputs but I couldn't get it just right.
 
Thank you
0 Kudos
Message 3 of 3
(3,404 Views)