# Exposure Augmentation

किसी छवि के gamma exposure को समायोजित करें ताकि वह अधिक उजली या अधिक गहरी हो सके। यह image exposure में variability जोड़ता है, जिससे आपका model lighting और camera setting में बदलावों के प्रति अधिक resilient बन सके।

* Percent: वह percent चुनें, जिसकी सीमा तक किसी image को randomly brightened या darkened किया जाएगा। 100 percent तक bright (पूरी तरह सफेद) या 100 percent dark (पूरी तरह काला)।

## उदाहरण

<figure><img src="/files/13718283177153fc2d5672be436d97e23335ff52" alt=""><figcaption><p>मूल छवि</p></figcaption></figure>

<figure><img src="/files/718cf1d07d93699e7270e41b4dffa1544d219ad2" alt=""><figcaption><p>-10% Brightness के साथ Exposure Augmentation</p></figcaption></figure>

<figure><img src="/files/704eac2ff48c6f21c04255e43f6dfcffc27588fc" alt=""><figcaption><p>+10% Brightness के साथ Exposure Augmentation</p></figcaption></figure>

## FAQ

<details>

<summary>Exposure, brightness से कैसे अलग है?</summary>

Exposure यह simulates करता है कि sensor ने कितना light "received" किया — यह camera में ISO या shutter speed को समायोजित करने जैसा है।

Exposure augmentation वास्तविक दुनिया की lighting के अधिक अनुरूप है। उजले क्षेत्र dark क्षेत्रों की तुलना में तेज़ी से और अधिक उजले होते हैं, जिससे छवि के tonal relationships अधिक स्वाभाविक रूप से सुरक्षित रहते हैं।

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