[][src]Function imageproc::seam_carving::draw_vertical_seams

pub fn draw_vertical_seams(
    image: &GrayImage,
    seams: &[VerticalSeam]
) -> Image<Rgb<u8>>

Draws a series of seams on image in red. Assumes that the provided seams were removed in the given order from the input image.