[][src]Function photon::conv::sobel_horizontal

pub fn sobel_horizontal(photon_image: &mut PhotonImage)

Apply a horizontal Sobel filter to an image.

Arguments

Example

// For example, to apply a horizontal Sobel filter:
use photon::conv;
photon::conv::sobel_horizontal(img);