Name
power - generate image whose pixels are generated of raising to a given power pixels of the input image
Usage
output = power(image, x)
Input
- image
- input real image
Output
- output
the output image whose pixels are given by `o=i^r`
- x
- power
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- FUNDAMENTALS
- category 2
- SPATIAL
Files
morphology.py
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.