seam-carving/README.md
2025-03-20 12:05:18 +01:00

398 B

Seam Carving

References:

Build

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