I have converted DICOM files to NIFTI format using dicom2nifti.dicom_series_to_nifti(case,output_path)
.
But when I see labels/ground truths on the NIFTI image they appear horizontally flipped so do not show a mask for the correct region in an image.
How to correct this? Thank you in advance.
I am working on feature extraction using pyradiomics. I need both image and mask in NIFTI format for this purpose. But when I convert dicom image to nii image labels are not aligned. Here I provide images for reference.
dicom images and corresponding .nii segmentation and
converted nii image and corresponding label
Any help is appreciated. Thanks