[][src]Function photon::conv::detect_vertical_lines

pub fn detect_vertical_lines(photon_image: &mut PhotonImage)

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

Arguments

Example

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