Description: FINDENERGY creates an gradient img from a given RGB or grayscale image.
FINDSEAMIMG finds the seam map from which the optimal (vertical running)
seam can be calculated.
FINDSEAM returns a column vector of coordinates for the pixels to be removed (the seam).
SEAMPLOT takes as input an image and the SeamVector array and produces an image with the seam line superimposed upon the input image, x, for display purposes.
SEAMCUT takes as input a RGB or grayscale image and SeamVector array to find the pixels contained in the seam, and to remove them from the image.
REMOVALMAP takes a given image and finds the ordered set of (vertical) seams that are removed from an image and returns them in an array, where the Nth column in the array corresponds to the Nth seam to be removed.
To Search:
File list (Check if you may need any files):
seam carving源程序\findEnergy.m
..................\findSeam.m
..................\findSeamImg.m
..................\Lotus2_50.jpg
..................\matlab.mat
..................\removalMap.m
..................\SeamCut.m
..................\SeamPlot.m
..................\Testseam.m
seam carving源程序