Skip to content

Commit

Permalink
Add missing time_threshold assignment in Segmentation notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 20, 2019
1 parent d765440 commit 284d860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4_Segmentation.ipynb
Expand Up @@ -1589,6 +1589,7 @@
},
"outputs": [],
"source": [
"time_threshold = 100\n",
"thresholded_image = itk.binary_threshold_image_filter(fast_marching_image,\n",
" lower_threshold = 0,\n",
" upper_threshold=time_threshold,\n",
Expand Down

0 comments on commit 284d860

Please sign in to comment.