You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LesionSizingToolkit has its own version of Canny filter. This filter has not been updated to use the new threading model. I don't know what the difference was (if any) when compared to normal Canny filter. Anyway, this filter will have to be rewritten to inherit from the original Canny, or updated in a similar way to original Canny. Canny filter underwent all the standard refactoring, plus this specific simplification.
You are right, the module would need some work to update it, adapt to the changes since 6 years now, avoid duplicates, and eventually get its way into the main toolkit.
At this time, I'll just do the minimal changes to make it build against ITK v5. I'll add a WIP branch with CI, and once that is completed, we will be a in a better position to focus on further improvements.
There seems to be a compiler error involving the
ITK_THREAD_RETURN_VALUE
define:@dzenanz could you please cast some light on this?
Also missing to use the
ProgressTransformer
class instead ofProgressReporter
.The text was updated successfully, but these errors were encountered: