Function edge_detection::canny [] [src]

pub fn canny<T: Into<GrayImage>>(
    image: T,
    sigma: f32,
    strong_threshold: f32,
    weak_threshold: f32
) -> Detection