☀️ Simulator EP02_01: Linear Brightness and Contrast Adjustment
p' = clip(α·p + β)
Adjust the contrast (α) and brightness (β) parameters to apply the point intensity transformation and observe the saturation clipping in the range [0, 255].
1.0
0
Original Input (p)
Transformed Result (p')
Formula applied: clip( round(1.0 · p + (0)) )
Description: Figure 2.12: Simulator EP02_01: Linear Brightness and Contrast Adjustment (p’ = αp + β)