pub static HORIZONTAL_SOBEL: [i32; 9]
Expand description

Sobel filter for detecting horizontal gradients.

Used by the horizontal_sobel function.