03-19-2012 05:11 AM
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.
03-25-2012 08:14 AM
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
03-26-2012 12:45 AM
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.
03-26-2012 05:29 AM
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
03-27-2012 12:15 AM
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.
03-27-2012 11:06 AM
You mean something like this:
03-28-2012 02:08 AM
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.