LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D image processing

Solved!
Go to solution

I am an imaging scientist working with lots of 3D medical images like CT and MRI. I have been using IMAQ vision tool kit for image processing, but it is only for 2D images. I wonder whether LabVIEW provide 3D image processing tools like 3D digital filtering or 3D morphological dilation. 

 

Could you advice? Thank you for your time in advance.

 

Harrison

0 Kudos
Message 1 of 5
(2,720 Views)
Solution
Accepted by topic author Redmaryrose93

You should look for Open CV instead. I think Labview has a way to connect to OpenCV .dll.

I didn't used it yet. https://opencv.org/

Benoit

Message 2 of 5
(2,700 Views)

HI Harrison,

 

While there are tools for viewing images with stereo vision to analyze depth, I do not believe there is a toolkit for manipulating 3D images such as CAT scans. I'm not familiar with how those files work but you may be able to implement simple filtering by altering pixel values in code, it would just have to be done manually. Or maybe if the 3d image could be split into an array of 2D images, you could use the normal manipulation functions.

 

TyVo

0 Kudos
Message 3 of 5
(2,664 Views)

There used to be a toolkit called "LabVIEW Biomedical Toolkit". Can you have a look at the toolkit?

0 Kudos
Message 4 of 5
(2,651 Views)

https://www.ni.com/en/support/downloads/tools-network/download.labview-biomedical-toolkit.html

I think Yin_W is right.

they have 3D reconstruction image.

You can evaluate their product first.

Benoit

0 Kudos
Message 5 of 5
(2,648 Views)