GPU accelerated image processing for everyone
By Robert Haase, based on work by Bradley Lowekamp and the SimpleITK and ITK teams
Apply SimpleITKs Canny edge detection filter to an image.
https://simpleitk.org/doxygen/latest/html/classitk_1_1simple_1_1CannyEdgeDetectionImageFilter.html
Category: Filter
Availability: Available in Fiji by activating the update sites clij, clij2 and clijx-assistant-extensions. This function is part of clijx-assistant-simpleitk_-0.6.0.1.jar.
Ext.CLIJx_simpleITKCannyEdgeDetection(Image input, Image destination, Number lower_threshold, Numer upper_threshold, Number variance, Number maximum_error);
This plugin is licensed BSD3, see:
https://github.com/clij/clijx-assistant-simpleitk/blob/master/license.txt
The underlying SimpleITK librariy is Apache 2 licensed:
https://github.com/SimpleITK/SimpleITK/blob/master/LICENSE