-
Maybe it's time to make dcm2mnc separate from other minc tools?
-
When using an ITK reader one needs to specify a pixel type, but many file formats, including DICOM, are polymorphic and the actual data type is only known by reading the file.
Slicer includes a lay…
-
@grasool can you confirm if the files in `Not_Working` are valid and correct. From the error it looks like either the file is corrupt or has a feature that the `pyDICOM` library does not support.
-
Hello everyone,
I'm try to compile SimpleElastix on my linux environment, though I'm facing this issue at 79% of the compilation :
[ 79%] Building C object Modules/ThirdParty/HDF5/src/itkhdf5/…
-
Hi,
just found your repo.
Here is something I did a while ago to decompress jpg DICOM, maybe of interest to you?
https://github.com/vsaase/gdcmjpeg-sys
cheers,
Victor
-
### Operating system
Windows 11
### Compiler
MSVC
### Steps to reproduce the behavior
```Shell
C:\vcpkg>vcpkg install dcmtk (Ver.3.6.7#6)
```
### Failure logs
Package: dcmtk:x64-windows@3.6.7#…
-
Hi @wasserth
I am from the MITK development team working to update TotalSegmentator to v2.4 for our upcoming release.
I am testing out installing TotalSegmentator via MITK and I see that TotalSegmen…
-
```
-- Installing: /home/sk/Deps/Install/Debug/lib/libboost_wave.so.1.61.0
-- Installing: /home/sk/Deps/Install/Debug/lib/libboost_wserialization.so
-- Installing: /home/sk/Deps/Install/Debug/lib/l…
ghost updated
7 years ago
-
Hi, Actually I was trying to save the results of a registration task, to a DICOM series.
This [piece of code](https://simpleitk.readthedocs.io/en/master/link_DicomSeriesReadModifyWrite_docs.html) on …
-
```
What steps will reproduce the problem?
1. extract wrapitk-0.3.0.tar.bz2
2. in wrapitk-0.3.0 :
mkdir bin && cd bin
cmake -DINSTALL_WRAP_ITK_COMPATIBILITY:BOOL=OFF -DWRAP_ITK_PYTHON:BOOL=ON ..
make…