> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/datasets/dataset-versions/image-augmentation/augmentation-types/exposure-augmentation.md).

# Exposure Augmentation

画像のガンマ露出を調整して、明るくしたり暗くしたりします。これにより画像露出にばらつきが加わり、照明やカメラ設定の変化に対してモデルがより頑健になります。

* Percent: 画像がランダムに明るくまたは暗くなる上限の割合を選択します。最大で100%明るく（完全な白）または100%暗く（完全な黒）できます。

## 例

<figure><img src="/files/b28b4f64a40941f3068ccf4a605d2b34d56af56e" alt=""><figcaption><p>元の画像</p></figcaption></figure>

<figure><img src="/files/7f63ddb918ba2d28f52c18f1736a88312650e3b5" alt=""><figcaption><p>Brightness -10% の Exposure Augmentation</p></figcaption></figure>

<figure><img src="/files/21c90f9b104e1b02a6e0a562ccc68c6af677dc5d" alt=""><figcaption><p>Brightness +10% の Exposure Augmentation</p></figcaption></figure>

## FAQ

<details>

<summary>露出は明るさとどう違うのですか？</summary>

Exposure は、センサーがどれだけの光を「受け取った」かをシミュレートします。カメラで ISO やシャッタースピードを調整するのに似ています。

Exposure augmentation は、実際の照明により忠実です。明るい領域は暗い領域よりも速く明るくなり、画像のトーンの関係がより自然に保たれます。

</details>
