> 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/90o-rotate-augmentation.md).

# 90° 回転拡張

画像を90度または180度ランダムに回転します。これにより、モデルがカメラの向きに影響されにくくなります。

* 時計回り: 画像を時計回りに90度回転します。
* 反時計回り: 画像を反時計回りに90度回転します。
* 上下反転: 画像を180度回転します（上下逆さま）。

## 例

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

<figure><img src="/files/101bd0394b688e47ffcb65f6284d6a02b9c16242" alt=""><figcaption><p>時計回りに適用された90°拡張</p></figcaption></figure>

<figure><img src="/files/d630b9ca44a1571759f7d8c2661886512b53630e" alt=""><figcaption><p>反時計回りに適用された90°拡張</p></figcaption></figure>

## 詳しく見る

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