seam-carving/README.md
2025-03-26 16:00:01 +01:00

488 B

Seam Carving

References:

Build

mkdir -p build  # Create build dir if needed
cd build
cmake ..        # Update build/Makefile
make            # Compile
cd ..

Usage

build/seam-carving --source imgs/birds.jpg --output out.jpg -n 300