# Brightness Augmentation

이미지 밝기에 다양성을 추가하여 모델이 조명 및 카메라 설정 변화에 더 강인해지도록 도와줍니다. 선택한 비율에 따라 이미지를 더 밝게 하거나, 더 어둡게 하거나, 둘 다 적용할 수 있습니다.

## 예시

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

<figure><img src="/files/5ec8687c4a8e0a59a0139b051e329263280fc355" alt=""><figcaption><p>밝기 증강이 10% 밝게로 설정됨</p></figcaption></figure>

<figure><img src="/files/b7f6c6f79bb2cca9d4ae6d9da585aa448f8f1c6f" alt=""><figcaption><p>밝기 증강이 10% 어둡게로 설정됨</p></figcaption></figure>

## 자주 묻는 질문

<details>

<summary>밝기는 노출과 어떻게 다른가요?</summary>

밝기 증강은 모든 픽셀에 일정한 값을 더해 이미지를 균일하게 더 밝거나 더 어둡게 만듭니다.

밝기는 상대적인 강도를 반영하지 않습니다. 그림자와 하이라이트가 동일하게 이동할 수 있어 대비가 손실될 가능성이 있습니다.

</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/brightness-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.
