LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can I make 3-D reconstruction of medical images with LabVIEW

Such as ultrasound images. can I use labview to make 3-D reconstruction with enough slices of ultrasound images. Furthermore, I need to see the interior structure. Is there any possibilities to complete it with labview? Thank you.
0 Kudos
Message 1 of 6
(3,749 Views)

Everything is possible. What is your LabVIEW version?

Newer versions of LabVIEW have a 3D picture control. How do you want to see the interior structure? (e.g. select an arbitrary plane and get its texture as an image? reconstruct curved surfaces e.g. with marching cubes algorithm? transparency?)

0 Kudos
Message 2 of 6
(3,734 Views)
marching cubes algorithm or others. I have newest version 8.5 with vision assistant. That's right,select an arbitrary plane and get its texture as an image.Just like the following:
0 Kudos
Message 3 of 6
(3,714 Views)
Hi.

What is your input information?
3D-Array of USound response intensity of a given (x,y) point of a given (z) plane?

Regards.
0 Kudos
Message 4 of 6
(3,702 Views)
input information are enough planes of 2d Usound images just like the following
0 Kudos
Message 5 of 6
(3,677 Views)

Take a look at this thread were I attempted to image a cubic section of a mouse tendon.

I also included code in that thread that images bubles in a fluid.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 6 of 6
(3,652 Views)