bbrister / SIFT3D

Analogue of the scale-invariant feature transform (SIFT) for three-dimensional images. Includes an image processing and linear algebra library with feature matching and RANSAC regression. Also includes IO functions supporting a variety of image formats.
MIT License
134 stars 47 forks source link

Issues uploading DICOM files #35

Open Nethrav22 opened 7 months ago

Nethrav22 commented 7 months ago

Hi, I'm having difficulties uploading DICOM files using imRead3D when using the MATLAB add-on. I'm working with a 3D ultrasound DICOM file that resulted in an 'unsupported datatype RGB24'. Additionally, I've tried to use some sample files online which all led to different errors such as 'tag not found' and 'inconsistent slice spacing'. I've had success using NIFTI file formats, but I need to figure out the correct format of DICOM files to use my actual data. I'm able to read in all of these DICOM files with MATLAB's dicomread correctly. Has anyone had success getting the code to work with their DICOM files? If so, is it possible to share an example of the DICOM file so I can try to match the formatting. I would greatly appreciate any help!