Name
cyclic_shift - cyclically shift an image by an integer number of pixels
Usage
output = cyclic_shift(image, ix, [iy, iz])
Input
- image
- input image
- ix
- (optional) integer number of pixels by which the image has to be shifted in the x direction, can be negative
- iy
- (optional) integer number of pixels by which the image has to be shifted in the y direction, can be negative
- iz
- (optional) integer number of pixels by which the image has to be shifted in the z direction, can be negative
Output
- output
- output image
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.