Commit 3639b9f
BUG: Set FastMarching targets prior to reach mode
With updates to FastMarching in ITK, it is necessary to
SetTargetPoints prior to setting TargetReachMode.
Without this change, an exception is thrown in
itkFastMarchingUpwindGradientImageFilter::
VerifyTargetReachedModeConditions() when called by
SetTargetReachedModeToAllTargets()
which is called by itkSpeedfunctionToPathFilter::
ComputeArrivalFunction()1 parent 8efc307 commit 3639b9f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments