LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scanning images and placing one by one image in a matrix

hi,

   In my project through front panel controls we give number of rows and number of columns to form image matrix. i need to scan the images in this matrix format and paralelly i need to place one by one image in the required matrix format. i m able to scan set number of images but unable to place these images parellelly in a matrix. Can anyone guide me in doing this.

0 Kudos
Message 1 of 7
(2,784 Views)

Do you want to stich all these images to make one big image? or just want to show all these images as matrix?

 

if you just want to show matrix then you can use 2D array picture controls on front panel.

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

0 Kudos
Message 2 of 7
(2,758 Views)

hello,

       Thank you for the reply.I want to show the scanned images in matrix form.The input for the images that has to be scanned are given from the front panel in the form of rows and columns. The images scanned has to be parallelly get occupied in the matrix form. I am new to labview,can u send me an example code.

0 Kudos
Message 3 of 7
(2,750 Views)

Please find attached code.

I am reading some sample files from disk and then showing them as matrix.

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

Message 4 of 7
(2,739 Views)

hi,

   I have done using picture matrix example with some modifications but the problem here is the last image is getting updated in the given matrix form. That is not that i wanted. Each time i move some distance an image is getting captured. For example i give a 2*2 matrix,4 images are being captured and each image is different from other.

I am unable to understand how to update each image.Can u guide me in this.

0 Kudos
Message 5 of 7
(2,730 Views)

You mean something like this:

untitled.PNG

 

George Zou
0 Kudos
Message 6 of 7
(2,722 Views)

hi,

    I want to create a picture matrix in which each image is different. i am scanning a metal which is placed on the stage of the microscope,camera is attached to the microscope.Suppose if i give a 2*2 matrix that means 2 images in one row and 2 images in other row. each image is acquired with some distance. These images has to be stored in each cell of the matrix parallelly when the scanning is being done.

0 Kudos
Message 7 of 7
(2,708 Views)