05-13-2012 09:55 PM
Hi all;
I am still new with labview. I has 1 question, can I convert 3D image to an array of pixels using labview?
Most of the examples I found they only convert 2D image. Hope anyone can give me some hint.
Thank You
05-14-2012 06:40 AM
Well, the other way around shows a 3D image (look in the example vi's) is nothing more than a 2D array.
Now it's depending of what kind of 3D-image you have in mind. Got any data?
05-14-2012 06:52 AM
Hi EmcV,
Thanks for response. Actually I has 3d medical image of CT-brain scan. I want to convert this 3d image into their pixel values. How can I do that in labview?
Thank You
05-14-2012 06:57 AM
Without seeing the actual data it's going to be quite difficult. Can you attach such an image (datafile?).
05-14-2012 07:13 AM
Hi EmcV,
I attached the image. Thank You
05-14-2012 08:22 AM
Obviously this is just a 2D image. This is not convertible to a 3D dataset.
If you only got these images it's bad luck. If the original data is available it's a different story.
If made with a CT-scan this image is build from various slices. Might be the scanner is even able to save in 3D data.
Building a 3D dataset from a series of images is still slightly different from what you would expect. The step between images can be converted to height.
05-14-2012 08:33 AM
Hi EmcV,
Where can I find a 3D image? Can you give any links that provides example of 3D image? I want to distiguish between 2D and 3D array of pixels representation in labview.
05-14-2012 09:20 AM
It has links to other threads where the 3D graphs were used.
You should also search for "gif reader" to find threads where images are read from gif files.
Ben
05-14-2012 09:24 AM
@Ben,
Wow, you got a new Fan.
05-14-2012 09:29 AM
Hi Ben,
Thanks for the link and suggestion.