P0lyFish / seam-carving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

  1. Install opencv, you may need to edit CMakeLists.txt to include opencv directory.
  2. Use the following commands to compile the code:
mkdir build
cd build
cmake ..
make
  1. Run:
./build/seam_carving data/test_image.jpg

About


Languages

Language:C++ 95.8%Language:CMake 4.2%