Skip to content

Commit

Permalink
Upgrade DCMQI to 1.3.0
Browse files Browse the repository at this point in the history
There are two very important improvements in this updated version:

1. Performance of conversion is improved perhaps by at least an order of magnitude, cutting down the conversion for large DICOM SEG (such as TotalSegmentator results) from minutes to seconds.
2. It is now possible to save non-overlapping segments into a single file instead of previous convention of saving each segment as a separate file. See details in QIICR/dcmqi#464. Note that to use this feature you will need to use the --merge flag (there may be changes needed to the MITK dcmqi wrapper - I am sure you will test this - but there are no changes to the JSON schema)
  • Loading branch information
fedorov authored Dec 5, 2023
1 parent 19e9790 commit cdf0a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeExternals/DCMQI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if(MITK_USE_DCMQI)
ExternalProject_Add(${proj}
LIST_SEPARATOR ${sep}
GIT_REPOSITORY https://github.com/QIICR/dcmqi.git
GIT_TAG v1.2.5
GIT_TAG v1.3.0
UPDATE_COMMAND ""
INSTALL_COMMAND ""
CMAKE_GENERATOR ${gen}
Expand Down

0 comments on commit cdf0a5f

Please sign in to comment.