Skip to content

Given an image input and desired width, this algorithm resizes the image using context-aware scaling

Notifications You must be signed in to change notification settings

mahikap/Seam-Carving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Seam-Carving

Given an image input and desired width, this algorithm resizes the image using context-aware scaling.

In other words, it finds the path of pixels that has the least change in colour and intensity, and eliminates such paths.

About

Given an image input and desired width, this algorithm resizes the image using context-aware scaling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages