[][src]Function photon::conv::sobel_vertical

pub fn sobel_vertical(photon_image: &mut PhotonImage)

Apply a vertical Sobel filter to an image.

Arguments

Example

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