# Exposure Augmentation

이미지의 감마 노출을 더 밝게 또는 더 어둡게 조정합니다. 이를 통해 이미지 노출에 변동성을 추가하여, 모델이 조명 및 카메라 설정 변화에 더 강건해지도록 돕습니다.

* 퍼센트: 이미지가 무작위로 얼마나 밝아지거나 어두워질지의 최대 퍼센트를 선택합니다. 최대 100% 밝게(완전히 흰색) 또는 100% 어둡게(완전히 검은색) 할 수 있습니다.

## 예시

<figure><img src="/files/9b18ecee874d493e066990a193934c3166627980" alt=""><figcaption><p>원본 이미지</p></figcaption></figure>

<figure><img src="/files/736abd18a8b960f7b7b54e3a1a6705927a9a3f47" alt=""><figcaption><p>-10% 밝기의 노출 증강</p></figcaption></figure>

<figure><img src="/files/e19f642051e4af87a844d35f3ec0a789047e2614" 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-ko/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.
