LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D Plot image arrays as a volume/z-stack

Hello,

I'm want to plot multiple 2D arrays, each representing an image, as a volume / z-stack.

I tried using the 3D plot functions provided, but I couldn't manage to figure out the input arrays they need. Is this even possible in LabView?

Thanks

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

I can't figure out very well the application you want to develop, here is an example of using Height Field VI to represent images by plotting them as 2D arrays, I hope it works for you!

 

https://forums.ni.com/t5/Example-Code/Using-the-3D-Picture-Control-Create-Height-Field-VI-to-convert...

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

Thanks for the reply, but that's not what I was looking for

 

To put it in other words - I have 3D data in the form of a stack of 2D images and want to plot them as a maximum intensity projection.

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

@vlutz wrote:

I have 3D data in the form of a stack of 2D images and want to plot them as a maximum intensity projection.


reminds me of this old thread:

https://forums.ni.com/t5/LabVIEW/redering-a-3d-image-from-an-intensity-stack/m-p/605911#M282237

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