How to include PET image information in segmentation? #75
-
I tried command: moosez -d -m clin_ct_organs and want to get organ segmentation results based on FDG-PET/CT image pairs. However, it seems that the segmentation results only depend on CT image, not PET. I tried to put different PET images while keep CT image the same, it gives me the same segmentation every time... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @suya-li, However |
Beta Was this translation helpful? Give feedback.
Hi @suya-li,
I understand your rational better now. But I think you have misunderstood MOOSEV1 and V2. MOOSE V1, doesn't use PET information for organ segmentation. It independently used the PET information without CT only for the brain segmentation part. Organ segmentation was always done with CT only. The behavior is consistent with V1 and V2. And we will not use PET information in the next versions as well as there are multiple tracers one can use and using only CT is the safe bet.
Regarding your query on registration, we used a routine reslice operation in V2, which basically resamples CT image to the PT image space. It's not a real image registration operation. Since it's usually fro…