Skip to content

Tomichi/seamcarving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeamCarving

SeamCarving is my own implementation of seam carving algorithm written in C++11.

Setup

  • Be sure, that you have installed cmake, git, gcc, openCV
  • Do not forget setup openCV in CMakeLists.txt in src/ and /test folders
  • Open your terminal and execute git clone https://github.com/tomichi/seamcarving
  • Execute cd seamcarving && chmod a+x {build,clean,setup}.sh && ./setup.sh && ./build.sh
  • Source http://www.faculty.idc.ac.il/arik/SCWeb/imret/index.html

About

Implement simple seam carving algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published