[][src]Function imageproc::hough::draw_polar_lines

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

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

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