➕ Simulator EP03_01: Constant Saturated Addition
p' = clip(p + k)
Adjust the constant value k to observe the image brightness shift and saturation truncation in the range [0, 255].
0
Original Input (p)
Transformed Result (p')
Formula applied: clip(p + (0))
Description: Figure 3.26: Simulador EP03_01: Saturated Addition of Constant (p’ = clip(p + k))