Skip to content

Commit 6fb6007

Browse files
committed
Use GrowCut now available in ITK
1 parent 427fc41 commit 6fb6007

File tree

11 files changed

+5
-1820
lines changed

11 files changed

+5
-1820
lines changed

Superbuild/ITKExternal.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ set(itk_CACHE_ARGS
7272
"-DModule_IITKIOMeta:BOOL=ON"
7373
"-DModule_ITKIONRRD:BOOL=ON"
7474
"-DModule_ITKDeprecated:BOOL=OFF"
75+
"-DModule_GrowCut:BOOL=ON"
7576
"-DCMAKE_CXX_FLAGS:STATIC=${CMAKE_CXX_FLAGS}"
7677
"-DCMAKE_CXX_FLAGS_DEBUG:STATIC=${CMAKE_CXX_FLAGS_DEBUG}"
7778
"-DCMAKE_C_FLAGS:STATIC=${CMAKE_C_FLAGS}"
@@ -89,7 +90,7 @@ if(BUILD_MOSAIC_TOOLS)
8990
)
9091
endif()
9192

92-
SET(itk_GIT_TAG "v5.2.0")
93+
SET(itk_GIT_TAG "3a63e79d17addbc8903270f363fac6c5b89cdf53")
9394

9495
# If CMake ever allows overriding the checkout command or adding flags,
9596
# git checkout -q will silence message about detached head (harmless).
@@ -104,6 +105,6 @@ ExternalProject_Add(ITK_external
104105

105106
# hardcoded, since we need this before ITK's configure step
106107
ExternalProject_Get_Property(ITK_external INSTALL_DIR)
107-
SET(ITK_DIR "${INSTALL_DIR}/lib/cmake/ITK-5.2" CACHE PATH "")
108+
SET(ITK_DIR "${INSTALL_DIR}/lib/cmake/ITK-5.3" CACHE PATH "")
108109

109110
message(STATUS "ITK_DIR=${ITK_DIR}")

src/Application/Tools/Algorithm/FastGrowCut.h

Lines changed: 0 additions & 87 deletions
This file was deleted.

src/Application/Tools/Algorithm/FastGrowCut.hxx

Lines changed: 0 additions & 275 deletions
This file was deleted.

0 commit comments

Comments
 (0)