Hello,
I’m trying to segment maxillary sinus from a dicom data taken from cone beam computed tomography device. I open a patient file, three kinds of images appear on the left screen (unnamed series - imageOrientationPatient 1, 2 and 3). When I click eye symbols right to it (let’s say imageOrientationPatient 3), axial view is clear but other two are pixelated as you can see on image number 1.
Then I finish my segmentation using paint tool from SegmentEditor (haven’t tried Threshold tool yet). The results are again pixelated for the other two views and also for the 3D view as you can see on image number 2.
This kind of reconstructions are good for humans to review but not well suited for 3D reconstruction. See this post for more details:
CBCT volumes are usually reconstructed as a single isotropic volume (same spacing value along all axes). The software that created the reconstructions should have an option to create a single high-resolution reconstruction.
Thank you for explanation. What I understand from explanation is that there isn’t enough files to reconstruct a 3D volume. (By the way, I tried my chance on ITK-SNAP as well and the problem still remains.) So, I have two questions:
if I had more dicom files, would 3D reconstruction be better?
if not, what are my alternative options (I didn’t really understand the parts you explained alternative ways) ?
Thx
A CBCT imaging device acquires a set of x-ray projection images from different angles. Then an algorithm reconstructs 3D volume at the requested resolution. Usually the imaging technologist chooses the resolution to be isotropic (same along all axes).
I don’t know why the technologist decided to reconstruct 3 anisotropic volumes in your case. I would recommend to go back to the technologist and ask him to reconstruct a single high-resolution isotropic volume (hopefully the original raw data is still available).
I think I finally understood what is the problem. When CBCT viewing program (i-dixel) is giving dicom data, it changes voxel size and makes it anisotropic as you said before. I’ll get in touch with the tech guys, thx!