> 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-ko/datasets/dataset-versions/image-augmentation/augmentation-types/exposure-augmentation.md).

# 노출 증강

이미지의 감마 노출을 조정하여 더 밝게 또는 더 어둡게 만듭니다. 이를 통해 이미지 노출에 다양성을 추가하여 모델이 조명 및 카메라 설정 변경에 더 잘 견딜 수 있도록 합니다.

* 퍼센트: 이미지가 무작위로 밝아지거나 어두워질 최대 비율을 선택합니다. 최대 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
