Seam.m : It takes the input and asks for number of seams to remove horizontally and vertically. It calls dp_generator.m
and processing.m
for removing a seam.
dp_generator.m : It generates a matrix with the sum of energy in it from top to bottom. It will help us to find the seam.
processing.m : It is used to remove a seam from the image.
Image 1
Output of Image 1
Image 2
Output of Image 2
Image 3
Output of Image 3
Image 4
Output of Image 4
Image 5
Output of Image 5
IF YOU ENCOUNTER ANY BUGS OR FOR ANY SUGGESTIONS REGARDING THE IMPROVEMENT OF SEAM CARVING FEEL FREE TO CONTACT ME :
Shivang Srivastava - [email protected]