LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I convert 3D image to an array of pixels in LabVIEW?

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

0 Kudos
Message 1 of 10
(4,857 Views)

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?

0 Kudos
Message 2 of 10
(4,844 Views)

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

0 Kudos
Message 3 of 10
(4,841 Views)

Without seeing the actual data it's going to be quite difficult. Can you attach such an image (datafile?).

0 Kudos
Message 4 of 10
(4,839 Views)

Hi EmcV,

 

I attached the image. Thank You

0 Kudos
Message 5 of 10
(4,837 Views)

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.

 

0 Kudos
Message 6 of 10
(4,826 Views)

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.

 

 

0 Kudos
Message 7 of 10
(4,824 Views)

look at this thread.

 

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 8 of 10
(4,813 Views)

@Ben,

Wow, you got a new Fan.

0 Kudos
Message 9 of 10
(4,809 Views)

Hi Ben,

 

Thanks for the link and suggestion.

0 Kudos
Message 10 of 10
(4,805 Views)