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

# Rotation Augmentation

Randomly rotate an image clockwise or counter clockwise up to the degree amount selected. This helps add variability to rotations to help your model be more resilient to camera roll.

* Degrees: Select the highest amount an image will be randomly rotated clockwise or counter clockwise.

## Example

<figure><img src="/files/ufNS2MakqYkLUS9g2SLi" alt=""><figcaption><p>Original Image</p></figcaption></figure>

<figure><img src="/files/LJ81jNJtFin6hRUqhjzD" alt=""><figcaption><p>Rotation Augmentation of -15ª</p></figcaption></figure>

<figure><img src="/files/LvSXm9cQbGJupie8BzY2" alt=""><figcaption><p>Rotation Augmentation of 15ª</p></figcaption></figure>

## Learn More

* [Why and How to Implement Random Rotate Data Augmentation](https://blog.roboflow.com/why-and-how-to-implement-random-rotate-data-augmentation/)
