Login
Remember
Register
Ask a Question
What is Image Negatives in image processing?
0
votes
asked
May 2, 2020
in
Image processing
by
Robindeniel
What is Image Negatives in image processing?
#image-processing-negatives
#negatives-image
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 2, 2020
by
SakshiSharma
The negative of an image with gray levels in the range [0, L-1] is obtained by
using the negative transformation, which is given by the expression.
s = L-1-r
Where s is output pixel.
r is input pixel.
...