[][src]Function photon::conv::identity

pub fn identity(photon_image: &mut PhotonImage)

Apply an identity kernel convolution to an image.

Arguments

Example

// For example, to apply an identity kernel convolution:
use photon::channels;
photon::conv::identity(img);