Hi, when I used the centerline extraction and CPR to straighten the true and false lumen labels of the aorta, I found that some of the true lumen labels of the aorta will be mixed with the false lumen labels after straightening. I don’t think there should be such a problem according to the principle of straightening.
I have no idea why it . Do you have any suggestions?
You need to turn off interpolation (use “nearest neighbor” method) when you harden transforms on labelmap volumes.
Interpolation would create smooth transition from label value to the background value. For example if your segment’s label value is 5 and the background value is 0 then you would have all kinds of voxel values values between 0-5 at the boundary of this segment.
I’ve just noticed that you’ve sent ITK-Snap screenshots. Is there any specific feature in ITK-Snap that you have not found in Slicer?
I used ITK-snap screenshots because I am a cs student who has new to medical image segmentation and is very lack of medical image knowledge. And I often encounter the orientations are different from images and labels for various reasons.
Images and labels with different orientations in 3D slicer will not automatically overlap. ITK-snap seems to automatically merge and visualize images and labels in different orientations. So I would like to use ITK-snap to visualize the data. But I think 3D slicer can make beginners notice the problem of orientation. In fact, I’m ashamed to say that after I used 3D slicer, I realized that the poor performance of my deep learning network is due to the inability of images and labels to overlap due to different orientations.
ITK-Snap cannot operate on images and labels with different geometry (origin, spacing, and axis directions must be the same). ITK-Snap warns you about the geometry mismatch when you load the data but if you proceed then it simply ignores the geometry information, so you will not be able to see the actual misalignment between your data sets.
Hardening a transform on a volume always used linear interpolation until a few days ago. Now in the latest Slicer Preview Release uses nearest neighbor interpolation for labelmap volumes. If you use a different Slicer version then you can convert your labelmap volume to segmentation and harden the transform on that.