Brain Artery Segmentation - The Small Arterteries are cut off/incomplete

Hello, so I am trying to segment CTA scans and get just the arteries. Right now I follow the steps in this post: Extracting STL from DICOM images to generate Brain Arteries geometry - #6 by tsinesh
(Import, N4ITK MRI Bias correction, LaplacianSharpeningImageFilter, vesselness filter, Local threshold and then view 3d)
It seems to work well for the larger arteries and those seem to be complete, but the smaller ones are incomplete like the image below:

Is there a better way to go about this or another plugin that I could use to get more fine grained detail? Right now I have tried lowering the threshold but this just leads to other matter being added to the 3d model. I also tried a minimum diameter of .1 instead of .5 and that didn’t seem to work either. (But it seems like both are just one pixel anyways)
Here are the pictures of the 3D and red:


To represent smaller vessels, you may need to reduce the voxel size and make sure the voxels are isotropic. In general, the voxel size (=image spacing) must be at least 3-5x smaller than the diameter of the smallest vessel that you want to extract. Probably the easiest is to use Crop volume module to crop and resample the input volume before segmentation.

Dear Vineet Saravanan,

your first image seems to show a very smoothed cerebral arteries. Could it be, that under “Show 3d” (small arrow) in Segment editor the smoothing factor is activated?

May I ask what the goal of your project is?

tamu

Should I do this after I use the Vesselness filter?

I tried this and I believe it made the smaller arteries appear. I am trying to extract the arteries to look for brain aneurysms so the arteries have to very exact. Is there any way to remove the extra material from these arteries. Bellow are the 3d models of a smoothing factor of 0 and then of .20

0:

.2:

You can use Smoothing effect to reduce the noise.

However, the segmentation looks quite good as is. “Extract Centerline” module in VMTK would probably work well on it and it seems that even a 5mm aneurysm should be discernible.

If the goal is to detect aneurysms then I would recommend to try to do it without segmentation, just based on the images, using deep learning.

It look much better. You can try in the Segment Editor the Island tool to remove some not connected, small part. You can clean it manually with the Scissor tool or play with the Smoothing tool.

Is it possible to do this task with the NvidiaAIAssistedAnnotation plugin?

I segmented blood vessel from MRI brain image and created an stl model of a bifurcated artery. I uploaded the 3d stl model in Ansys fluent for analysing the blood flow but while meshing the program shows error. How to solve the issue?