2025-03-27 10:29:04 +01:00
2025-03-26 16:00:01 +01:00
2025-03-27 11:32:08 +01:00
2025-03-25 12:13:15 +01:00
2025-03-20 12:05:18 +01:00
2025-03-26 16:00:01 +01:00

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
Description
Final project of the CGDI course
Readme 29 MiB
Languages
C++ 92%
Makefile 4.3%
CMake 2.2%
C 1.5%