Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

#Content-Aware Image Resizing Resize an image without distortion for display on cell phones and web browsers.
This project is an implementation of a different image resizing approach called seam carving. This resizing method is presented by Avidan, S and Shamir, A (Seam Carving for Content-Aware Image Resizing). ###Approach

  • Assign energy to each pixel
    • Use dual gradient energy function
  • Find the seam with minimum energy
    • Process the image as an edge-weighted Directed Acyclic Graph (DAG)
    • Find the shortest path using Dynamic Programming
  • Remove the seam

###Samples image image
image image

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages