0 votes
in Image processing by
What is Image Negatives in image processing?

1 Answer

0 votes
by
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.
...