LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

images in a matrix form

hello everybody,

                       I have a set of images which are captured through a camera which is attached to a microscope. can i place these images in a matrix format,so that when no of rows and no of colums is given and the images have to be placed in that particular matrix format. Can anybody guide me in this.

0 Kudos
Message 1 of 4
(2,729 Views)

A matrix has a special meaning in LabVIEW and is mostly used for linear algebra. Most likely you want a 2D array instead.

 

What format is the image you have? What toolkits do you have?

 

If you don't have the vision module, you could just use unflatten pixmap to create the 2D array. 

0 Kudos
Message 2 of 4
(2,726 Views)

hi,

   Thank you for the reply. I have only vision acquisition software,i dont have vision module. My image format is BMP. If you can provide me a sample code it will be a great help for me.

0 Kudos
Message 3 of 4
(2,707 Views)

If you have a bmp file, read it using read bmp, then convert it to an array using unflatten pixmap. See how far you get. 😄

0 Kudos
Message 4 of 4
(2,701 Views)