upd readme

This commit is contained in:
François Colin de Verdière 2025-04-04 15:55:18 +02:00
parent 7e33539262
commit 7838e6478a

View File

@ -38,6 +38,8 @@ Options:
- `--show-seams`: do not carve the image, only outputs the energy and the relevant seams - `--show-seams`: do not carve the image, only outputs the energy and the relevant seams
- `-f FUNCTION NAME`: the energy function to use, see the [beginning of the source file to see the available functions](src/seam-carving.cpp) - `-f FUNCTION NAME`: the energy function to use, see the [beginning of the source file to see the available functions](src/seam-carving.cpp)
- `-u`: when a mask is provided and no seam number is provided, remove seams until the zone to remove has disappeared. - `-u`: when a mask is provided and no seam number is provided, remove seams until the zone to remove has disappeared.
- `--vertical`: use vertical seam (horizontal by default)
- `--max-step`: maximum number of step (distance between two pixel to be removed in two consecutive rows)
## Generation of the images of the report ## Generation of the images of the report