Skip to content

Draxster99/Content-Aware-Image-resizing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Content-Aware-Image-Resizing

Done as course requirement for Algorithms and Operating systems

Seam-carving is a content-aware image resizing technique where the image is reduced in size by one pixel of height (or width) at a time. A vertical seam in an image is a path of pixels connected from the top to the bottom with one pixel in each row; a horizontal seam is a path of pixels connected from the left to the right with one pixel in each column.

src: python notebook with complete implementation and test results

images: Test images

About

Done as course requirement for Algorithms and Operating systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors