Name
alog10 - generate image whose pixels are generated of raising to a given power pixels of the input image
Usage
output = alog10(image)
Input
- image
- input real image
Output
- output
the output image whose pixels are given by `o=log_10(i)`
Note: if the value of the input image is less equal zero, it is set to zero in the output image.
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.