cancel
Showing results for 
Search instead for 
Did you mean: 

3D image processing

SOLVED
Redmaryrose93
Member
Solved!

3D image processing

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

4 REPLIES 4
bseguin
Active Participant
Solution

Re: 3D image processing

Message contains a hyperlink

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

Highlighted
TyVo
Member

Re: 3D image processing

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

Yin_W
NI Employee (retired)

Re: 3D image processing

Message contains a hyperlink

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

bseguin
Active Participant

Re: 3D image processing

Message contains a hyperlink

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