/Seam-Carving

Method used to shorten image by removing selective pixels so that all details of original image are not removed.

Primary LanguagePythonMIT LicenseMIT

Seam-Carving Algorithm

This is a method used to reduce the size of image by removing selective pixels.
For more details refer this link https://en.wikipedia.org/wiki/Seam_carving
The principle involved is Dynamic-Programming.
For working of program, run the program in terminal and enter the name of the pgm file for which you want to get the white paths.
The final.pgm produced will have some white paths and they are removed during photo editing.