From cdf0a5f183228e8360fec591248d33be289c806a Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 5 Dec 2023 09:35:30 -0500 Subject: [PATCH] Upgrade DCMQI to 1.3.0 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 https://github.com/QIICR/dcmqi/pull/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) --- CMakeExternals/DCMQI.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeExternals/DCMQI.cmake b/CMakeExternals/DCMQI.cmake index b3e26f60e7e..8b435dac01b 100644 --- a/CMakeExternals/DCMQI.cmake +++ b/CMakeExternals/DCMQI.cmake @@ -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}