包围曝光计划

📣 Auto Exposure Bracketing (AEB) Plan Calculator

Plan an exposure bracketing sequence: choose the number of frames and EV step to cover the scene dynamic range, and get the shutter speed for each frame.

📐 计算公式与说明

张数 = 范围/步进 + 1;覆盖 [基准−范围/2, 基准+范围/2]

用于 HDR 合成或保险曝光。

📚 深度解析:包围曝光张数规划

💡 常见使用场景

±3EV 步长1
范围 ±3EV、步长 1EV:张数 = ceil(6/1)×2+1 = 13 张,最低 EV = 中值−3、最高 = 中值+3,覆盖 6 档明暗。
步长2省张
范围 ±2EV、步长 2EV:张数 = ceil(4/2)×2+1 = 5 张,张数减半但明暗过渡较粗,适合光照平缓场景。

❓ 常见问题(FAQ)

包围张数为什么有 2N+1?
以中值为中心向两端各 N 步共 2N 张,加中值 1 张得 2N+1;步长越小张数越多、合成越平滑。
步长怎么选?
反差大用 1EV 细过渡,反差小用 2–3EV 省张;HDR 一般 ±2~3EV、1EV 步足够。