Skip to content
This repository was archived by the owner on May 2, 2019. It is now read-only.

Mananp96/Seam-Carving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Seam-Carving

Seam carving allows a change in size of the image by modifying the least noticeable pixels in an image. A typical application for seam carving is to reduce the size of an image along one dimension. This can be done by finding one pixel wide paths from the top to the bottom of the image and removing those paths. If the pixels in those paths are similar to surrounding pixels, then their removal may be unnoticed. Other seam carving applications include increasing the size of an image, changing the size of an image in two dimensions.

Input Image: 736 x 552

Output Image: 536 x 552

Input Image: 605 x 366

Output Image: 455 x 366

Input Image: 307 x 230

Output Image:100 x 200

About

Image Resizing by Seam Carving

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors