[][src]Function imageproc::hough::draw_polar_lines_mut

pub fn draw_polar_lines_mut<P>(
    image: &mut Image<P>,
    lines: &[PolarLine],
    color: P
) where
    P: Pixel + 'static, 

Draws each element of lines on image in the provided color.

See ./examples/hough.rs for example usage.