this project is to test reading and processing dicom data from dental CBCT images.
listed items should be install as ordered
- Python 3.6 not sure about numpy and scipy, etc. things, since I'm in vitual environment of py36, under anaconda 3.7 x64. like:
conda create -n py36 python=3.6
conda activate py36
- Openjpeg
conda install -c conda-forge openjpeg
- gdcm
conda install -c conda-forge gdcm
- pydicom
conda install -c conda-forge pydicom
- current library setting can read dicom file that is compressed to jpeg 2000 lossless.
- files given to me were know to be 12-it but some were 16-bit.