imageproc::gradients

Static VERTICAL_SOBEL

Source
pub static VERTICAL_SOBEL: [i32; 9]
Expand description

Sobel filter for detecting vertical gradients.

Used by the vertical_sobel function.