10-29-2018 10:42 PM
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
Solved! Go to Solution.
10-30-2018 12:02 AM
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
10-30-2018 11:15 AM
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
10-30-2018
09:00 PM
- last edited on
03-14-2024
09:27 AM
by
Content Cleaner
There used to be a toolkit called "LabVIEW Biomedical Toolkit". Can you have a look at the toolkit?
10-30-2018
09:05 PM
- last edited on
03-14-2024
09:28 AM
by
Content Cleaner
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