There was an error fetching the commit references. Please try again later.
Merge remote-tracking branch 'origin/master' into mhfem
* origin/master: Fixing build script. Adding OpenMP to vector operations. Fixing a bug in host and device arrays comparison. Fixing the DICOM reader. Fixing DCMTK code to work when DICOM support is not enabled. Fixing #1 - tnl-dicom-reader, tnl-image-converter Implementing the DICOM reader. Implementing the DICOM reader. Refactoring code for the DICOM format support. Addign DICOM support - TNL can be succesfully build now. JPEG format is working. Implementing JPEG image write. Implementing JPEG image. Adding JPEG format support. Adding PNG format support. Adding conversion from .tnl file to image. Implementing image converter. Implementing image converter. Implementing the image converter. Adding image converter.
Showing
- CMakeLists.txt 43 additions, 11 deletionsCMakeLists.txt
- build 30 additions, 26 deletionsbuild
- src/CMakeLists.txt 7 additions, 2 deletionssrc/CMakeLists.txt
- src/config/tnlParameterContainer.cpp 5 additions, 1 deletionsrc/config/tnlParameterContainer.cpp
- src/core/CMakeLists.txt 3 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/arrays/tnlArrayOperationsCuda_impl.h 5 additions, 2 deletionssrc/core/arrays/tnlArrayOperationsCuda_impl.h
- src/core/images/CMakeLists.txt 44 additions, 0 deletionssrc/core/images/CMakeLists.txt
- src/core/images/tnlDicomHeader.h 78 additions, 0 deletionssrc/core/images/tnlDicomHeader.h
- src/core/images/tnlDicomHeader_impl.h 82 additions, 0 deletionssrc/core/images/tnlDicomHeader_impl.h
- src/core/images/tnlDicomImageInfo.h 103 additions, 0 deletionssrc/core/images/tnlDicomImageInfo.h
- src/core/images/tnlDicomImageInfo_impl.h 107 additions, 0 deletionssrc/core/images/tnlDicomImageInfo_impl.h
- src/core/images/tnlDicomPatientInfo.h 83 additions, 0 deletionssrc/core/images/tnlDicomPatientInfo.h
- src/core/images/tnlDicomPatientInfo_impl.h 106 additions, 0 deletionssrc/core/images/tnlDicomPatientInfo_impl.h
- src/core/images/tnlDicomSeries.h 129 additions, 0 deletionssrc/core/images/tnlDicomSeries.h
- src/core/images/tnlDicomSeriesInfo.h 115 additions, 0 deletionssrc/core/images/tnlDicomSeriesInfo.h
- src/core/images/tnlDicomSeriesInfo_impl.h 183 additions, 0 deletionssrc/core/images/tnlDicomSeriesInfo_impl.h
- src/core/images/tnlDicomSeries_impl.h 399 additions, 0 deletionssrc/core/images/tnlDicomSeries_impl.h
- src/core/images/tnlImage.h 48 additions, 0 deletionssrc/core/images/tnlImage.h
- src/core/images/tnlJPEGImage.h 97 additions, 0 deletionssrc/core/images/tnlJPEGImage.h
- src/core/images/tnlJPEGImage_impl.h 283 additions, 0 deletionssrc/core/images/tnlJPEGImage_impl.h
Loading
Please register or sign in to comment