# Shear Augmentation

एक छवि को इसके क्षैतिज या ऊर्ध्वाधर अक्ष पर यादृच्छिक रूप से विकृत करें। यह परिप्रेक्ष्य में विविधता जोड़ता है ताकि आपका मॉडल कैमरा और विषय के पिच और यॉ पर अधिक सहनशील बने।

* Horizontal: चुने कि किसी छवि को उसके x-अक्ष पर अधिकतम कितनी मात्रा में यादृच्छिक रूप से शीयर किया जाएगा।
* Vertical: चुने कि किसी छवि को उसके y-अक्ष पर अधिकतम कितनी मात्रा में यादृच्छिक रूप से शीयर किया जाएगा।

## उदाहरण

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

<figure><img src="/files/a22389bea39deeeab8efce45eb77f648ce2697f5" alt=""><figcaption><p>Shear Augmentation with 10° X-axis and 10° Y-axis Shear</p></figcaption></figure>


---

# 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/shear-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.
