Programming Assignment 6: Seam Carving /* ***************************************************************************** * Describe concisely your algorithm to find a horizontal (or vertical) * seam. **************************************************************************** */ /* ***************************************************************************** * Describe what makes an image suitable to the seam-carving approach * (in terms of preserving the content and structure of the original * image, without introducing visual artifacts). Describe an image that * would not work well. **************************************************************************** */ /* ***************************************************************************** * List any other comments here. Feel free to provide any feedback * on how much you learned from doing the assignment, and whether * you enjoyed doing it. **************************************************************************** */