File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,12 @@ set(ITK_FLIP_IMG
130130 FastMarchingFilterOutput2
131131 FastMarchingFilterOutput3
132132 ShapeDetectionLevelSetFilterOutput1
133+ ShapeDetectionLevelSetFilterOutput1Smoothing
134+ ShapeDetectionLevelSetFilterOutput1GradientMagnitude
135+ ShapeDetectionLevelSetFilterOutput1FastMarching
133136 ShapeDetectionLevelSetFilterOutput2
134137 ShapeDetectionLevelSetFilterOutput3
138+ ShapeDetectionLevelSetFilterOutput4
135139 ThresholdSegmentationLevelSetImageFilterWhiteMatter
136140 ThresholdSegmentationLevelSetImageFilterVentricle
137141 ThresholdSegmentationLevelSetImageFilterGrayMatter
@@ -212,10 +216,6 @@ set(ITK_FLIP_IMG
212216 FastMarchingImageFilterOutput6
213217 FastMarchingImageFilterOutput7
214218 FastMarchingImageFilterOutput8
215- ShapeDetectionLevelSetFilterOutput5
216- ShapeDetectionLevelSetFilterOutput6
217- ShapeDetectionLevelSetFilterOutput7
218- ShapeDetectionLevelSetFilterOutput8
219219 GeodesicActiveContourImageFilterOutput1
220220 GeodesicActiveContourImageFilterOutput2
221221 GeodesicActiveContourImageFilterOutput3
Original file line number Diff line number Diff line change @@ -103,9 +103,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
103103 )
104104 ### --- End Project specific additions
105105 set (${proj} _REPOSITORY ${git_protocol} ://github.com/InsightSoftwareConsortium/ITK.git)
106- # ITK release branch Tue Aug 7 09:13:52 2018
107106 if ("${${proj} _GIT_TAG}" STREQUAL "" )
108- set (${proj} _GIT_TAG "v4.13.1 " )
107+ set (${proj} _GIT_TAG "eabfa353a3ff694f85ca92b5c376251b0c321715 " )
109108 endif ()
110109
111110 ExternalProject_Add(${proj}
You can’t perform that action at this time.
0 commit comments