05-30-2020 10:06 AM
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
06-06-2020 12:07 AM
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!
06-08-2020 03:15 AM - edited 06-08-2020 04:01 AM
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.
06-08-2020 06:19 AM
@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