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

# 回転拡張

選択した度数まで、画像をランダムに時計回りまたは反時計回りに回転します。これにより回転にばらつきを加えられ、モデルがカメラの傾きに対してより頑健になります。

* 度数: 画像がランダムに時計回りまたは反時計回りへ回転する最大角度（度）。値が大きいほど、より大きな回転が可能になります。

## 例

<figure><img src="/files/3619449e23fac4e00b0888cb684bddcc780d5737" alt=""><figcaption><p>元画像</p></figcaption></figure>

<figure><img src="/files/ed31034cf9cfe307f37092683d3bd73daa85bcf1" alt=""><figcaption><p>-15°の回転拡張</p></figcaption></figure>

<figure><img src="/files/095c17ab6442c1c8ca97afcfb74ebd76a85f0e36" alt=""><figcaption><p>15°の回転拡張</p></figcaption></figure>

## 詳しく見る

* [ランダム回転データ拡張を実装する理由と方法](https://blog.roboflow.com/why-and-how-to-implement-random-rotate-data-augmentation/)
