|
Algorithm 1 Single Input-Sequential Processing |
Read input image I(x, y)
Compute the histogram h(i), i = 0, …., 255 for I(x, y)
for t = 1: 255 do
Compute (t) using filtering approach ∈ technique (i) (see Figure 3).
Compute (t) using filtering approach ∈ technique (j) (see Figure 3)
Compute the objective function n(t) in Equation (4).
Find the optimal t* which minimize n(t).
End for.
return t*
Output image g(x, y).
|
|
Compute (t) and (t) according to their equations (see Table 2) |