[][src]Module ndarray_vision::processing::canny

Implementation of a Canny Edge Detector and associated types

Structs

CannyBuilder

Builder to construct the Canny parameters, if a parameter is not selected then a sensible default is chosen

CannyParameters

Parameters for the Canny Edge Detector

Traits

CannyEdgeDetectorExt

Runs the Canny Edge Detector algorithm on a type T