Experimenting with seam-carving.
- Only support vertical carves.
- Only support PNG files.
- Slow.
$ git clone https://github.com/DeShrike/seam-carving.git
$ cd seam-carving
$ make
$ ./sc images/horses.png
See https://en.wikipedia.org/wiki/Seam_carving and https://dl.acm.org/doi/10.1145/1275808.1276390
See https://en.wikipedia.org/wiki/Sobel_operator
- Horizontal carving
- JPEG support
- Make it faster
- More parameters