0
1.5kviews
Determine the output image using power law transformations
1 Answer
| written 9.5 years ago by |
Step 1: Find normalized input image pixel value (r)
$Normalized pixel value = \frac{Input pixel value}{Max pixel value(10)}$
By Normalization we get,
$ \begin{bmatrix} 2 & 3 & 5 & 10 \ 4 & 6 & 4 & 10 \ 7 & 1 & 3 & 3 \ \end{bmatrix} …