Name
mirror - mirror an image by changing the sign of the specified axis
Usage
output = mirror(image [,"x"] )
Input
- image
- input image
- x
- (optional) axis whose sign will be change, default is "x".
Output
- output
- mirrored image
Description
If axis "y" is specified, the output image will be: output(x, y, z) = input(x, -y, z)
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- FUNDAMENTALS
- category 2
- SPATIAL
Files
fundamentals.py
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.