clEsperanto / pyclesperanto_prototype

GPU-accelerated bio-image analysis focusing on 3D+t microscopy image data
http://clesperanto.net
BSD 3-Clause "New" or "Revised" License
208 stars 44 forks source link

Canny Edge detection #307

Open haesleinhuepf opened 1 year ago

haesleinhuepf commented 1 year ago

It might be cool to program Canny Edge Detection https://en.wikipedia.org/wiki/Canny_edge_detector

See also:

haesleinhuepf commented 1 year ago

CC @hamdaan-shaikh

haesleinhuepf commented 1 year ago

A potential reference implementation of the algorithm is available in scikit-image: https://github.com/scikit-image/scikit-image/blob/v0.21.0/skimage/feature/_canny.py#L106-L256