Feature #21: Mirror effect
Transform the image with a mirror effect: both horizontal and vertical symmetry.
Feature description
Transform the image with a mirror effect: both horizontal and vertical symmetry.
| Parameters | value |
|---|---|
| name | mirror_total |
| Command | -c mirror_total |
| Input | an image |
| output | a new image image_out.bmp that is a complete symmetry of the input image |
Usage
./freud.exe -f images/input/image.jpeg -c mirror_totalOutput
A new image image_out.bmp that is a complete symmetry of the input image
Additional information
Example: TODO