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

# Blur Augmentation

ランダムなガウシアンぼかしを追加して、モデルがカメラのフォーカスに対してより耐性を持つようにします。

* ピクセル: 画像に適用されるぼかしの量を決定します（つまり、ぼかし処理のカーネルサイズ。すべてのカーネルサイズは奇数です）。25ピクセルが最大のぼかしです。

## 例

<figure><img src="/files/b28b4f64a40941f3068ccf4a605d2b34d56af56e" alt=""><figcaption><p>元の画像</p></figcaption></figure>

<figure><img src="/files/c61129db864efd37bfeb5e2e73aebd539b1f7f7c" alt=""><figcaption><p>半径2.5ピクセルを使用したぼかし拡張</p></figcaption></figure>

## Learn More

* [画像拡張手法としてのぼかしの重要性](https://blog.roboflow.com/using-blur-in-computer-vision-preprocessing/)
