File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/Application/Tools/Algorithm Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ if(BUILD_MOSAIC_TOOLS)
90
90
)
91
91
endif ()
92
92
93
- SET (itk_GIT_TAG "3a63e79d17addbc8903270f363fac6c5b89cdf53 " )
93
+ SET (itk_GIT_TAG "1b16b76599a5eda9f8e9665d9a3f15a87634ce92 " )
94
94
95
95
# If CMake ever allows overriding the checkout command or adding flags,
96
96
# git checkout -q will silence message about detached head (harmless).
Original file line number Diff line number Diff line change @@ -158,14 +158,12 @@ void GrowCutter::execute()
158
158
{
159
159
this ->fast_grow_cut_ ->SetInput ( data_image_ );
160
160
this ->fast_grow_cut_ ->SetSeedImage ( background_image_ );
161
- this ->fast_grow_cut_ ->SetInitializationFlag ( this ->initialization_flag_ );
162
161
this ->fast_grow_cut_ ->GenerateData ();
163
162
this ->initialization_flag_ = true ;
164
163
}
165
164
else
166
165
{
167
166
this ->fast_grow_cut_ ->SetSeedImage ( background_image_ );
168
- this ->fast_grow_cut_ ->SetInitializationFlag ( this ->initialization_flag_ );
169
167
this ->fast_grow_cut_ ->GenerateData ();
170
168
}
171
169
this ->output_image_ = this ->fast_grow_cut_ ->GetOutput ();
You can’t perform that action at this time.
0 commit comments