[][src]Function photon::conv::detect_135_deg_lines

pub fn detect_135_deg_lines(photon_image: &mut PhotonImage)

Detect lines at a 135 degree angle in an image, and highlight these only.

Arguments

Example

// For example, to display the lines at a 135 degree angle in an image:
use photon::channels;
photon::conv::detect_hundredthirtyfive_deg_lines(img);