SeamCarving is my own implementation of seam carving algorithm written in C++11.
- 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