Skip to content

JaewonAC/cbcttest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Jaewon's CBCT test

this project is to test reading and processing dicom data from dental CBCT images.

Requirement

listed items should be install as ordered

  1. 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
  1. Openjpeg
conda install -c conda-forge openjpeg
  1. gdcm
conda install -c conda-forge gdcm
  1. pydicom
conda install -c conda-forge pydicom

Facts

  1. current library setting can read dicom file that is compressed to jpeg 2000 lossless.
  2. files given to me were know to be 12-it but some were 16-bit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages