# Exposure Augmentation

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

* パーセント: 画像がランダムにどの程度明るくまたは暗くなるかの上限を選択します。最大で100%明るく（完全な白）または100%暗く（完全な黒）なります。

## 例

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

<figure><img src="/files/7f63ddb918ba2d28f52c18f1736a88312650e3b5" alt=""><figcaption><p>-10%の明るさによる露出拡張</p></figcaption></figure>

<figure><img src="/files/21c90f9b104e1b02a6e0a562ccc68c6af677dc5d" alt=""><figcaption><p>+10%の明るさによる露出拡張</p></figcaption></figure>

## FAQ

<details>

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

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

露出の拡張は、実際の照明条件により忠実です。明るい部分は暗い部分よりも速く明るくなり、画像の階調関係をより自然に保ちます。

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/datasets/dataset-versions/image-augmentation/augmentation-types/exposure-augmentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
