With itk 5.3 a remote packages was added: https://github.com/InsightSoftwareConsortium/ITKGrowCut
We should evaluate, if it makes sense to add the tool as soon as we have made the switch to ITK5.
With itk 5.3 a remote packages was added: https://github.com/InsightSoftwareConsortium/ITKGrowCut
We should evaluate, if it makes sense to add the tool as soon as we have made the switch to ITK5.
Restricted Differential Revision |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | kislinsk | T28479 [Segmentation] Rethink / reevaluate our existing segmentation tools / algorithms | ||
Resolved | kislinsk | T29191 [SEG] New segmentation tool candidates | ||
Resolved | j762e | T28851 [SEG] Add ITK GrowCut as segmentation tool | ||
Resolved | kislinsk | T27437 Migrate MITK to use ITK 5.x | ||
Wontfix | None | T26413 Nifti2 support | ||
Duplicate | None | T26456 Update ITK to v5 | ||
Resolved | floca | T28446 Migrate MatchPoint to ITK v5.1 |
In newer versions of ITK the GrowCut.remote.cmake is added by default to Remote Modules (eg. https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Remote).
Our version of ITK (https://www.mitk.org/download/thirdparty/) doesn't include that yet.
rMITKc94224c7fe81 is a "workaround" to still add the Remote Module without changing the present version of ITK on our server and might be reverted in future.
Some further remarks as I am leaving DKFZ:
I opened own tasks for these further remarks.
Squashed into develop branch with co-authorship of @j762e, @kalali, and @floca: rMITK3dd8c7b5be73: Add GrowCut segmentation tool