[][src]Function photon_rs::conv::laplace

pub fn laplace(photon_image: &mut PhotonImage)

Apply a standard laplace convolution.

Arguments

  • img - A DynamicImage that contains a view into the image.

Example

// For example, to apply a laplace effect:
use photon::conv;
photon::conv::laplace(img);