-
```
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…
-
```
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…
-
```
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…
-
I am working with ASL sequences for which the MRI technologist incorrectly labeled the study as "post contrast", thus preventing our software from processing CBF maps from the raw ASL data. The GE ad…
-
It would be good to have a dicom reader. There’s a large number out there, but I have the feeling it needs to be a C/C++ library such that our IO doesn’t depend on Python/MATLAB (and I’m not aware of …
-
Create the data structure and/or database(sqllite?) to navigate recursively through all dicom files from a folder and map for each patient. Here are some tags I found google "gdcm dicom tags" for more…
-
I'm reading a dicom image and accessing its pixel array. After that saving that array again into dicom format using sitk.Write but How can I get the same image display. I'm using Radiant Viewer for v…
-
The vtkDICOMValue class has AsInt(), AsDouble(), AsString() etc. methods for extracting the value of a DICOM data element. This extraction can result in loss of precision. For example:
* extractin…
-
```
What steps will reproduce the problem?
1. Download MINT CPP SDK.
2. Build MINT CPP SDK with VC++ (VS 2005) - Replace "sendfile" with "binary0"
(As mentioned in Issue # 10 - MINT CPP SDK issue) in…
-
Files that have longer path than `MAX_PATH` (260 characters) cannot be accessed in Slicer.
Such files can be created on any file system that supports longer paths, by using UNC path convention (i.e…