[][src]Function photon::conv::detect_horizontal_lines

pub fn detect_horizontal_lines(photon_image: &mut PhotonImage)

Detect horizontal lines in an image, and highlight these only.

Arguments

Example

// For example, to display the horizontal lines in an image:
use photon::channels;
photon::conv::detect_horizontal_lines(img);