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

# 회전 증강

선택한 각도만큼 최대치까지 이미지를 시계 방향 또는 반시계 방향으로 무작위 회전합니다. 이는 회전에 다양성을 더해 모델이 카메라 롤에 더 강인해지도록 돕습니다.

* 각도: 이미지가 시계 방향 또는 반시계 방향으로 무작위 회전할 최대 각도(도)입니다. 값이 클수록 더 극단적인 회전이 가능합니다.

## 예시

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

<figure><img src="/files/11faa2f247df325e443cb82edadaf341323c4436" alt=""><figcaption><p>-15ª의 회전 증강</p></figcaption></figure>

<figure><img src="/files/b16a83943a9906485bc47441076c46ceffb110c6" alt=""><figcaption><p>15ª의 회전 증강</p></figcaption></figure>

## 자세히 알아보기

* [무작위 회전 데이터 증강을 구현하는 이유와 방법](https://blog.roboflow.com/why-and-how-to-implement-random-rotate-data-augmentation/)
