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.
seams
image