3. ぼかしフィルター

3.1. あらまし

図17.2 実演用元画像

実演用元画像

Blur filters blur images, or parts of them, in various ways. If there is a selection, only the selected parts of an image will be blurred. There may, however, be some leakage of colors from the unblurred area into the blurred area. To help you pick the one you want, we will illustrate what each does when applied to the image shown at right. These are, of course, only examples: most of the filters have parameter settings that allow you to vary the magnitude or type of blurring.

This category describes the following filters:

図17.3 ガウスぼかし (半径 10)

ガウスぼかし (半径 10)

いろんな場面で一番よく使えそうなのが ガウスぼかし... です。 (偉大な学者ガウスの名前が付いていますけれども敬遠する必要はありません。 このフィルターは最も基本的な方法で画像をぼかします。) しかも比較的短時間でたっぷりぼかせる効果的な実装が施されています。

図17.4 選択的ガウスぼかし

選択的ガウスぼかし

選択的ガウスぼかし... フィルターはしきい値を設定して互いに類似した色の画素同士だけが混ざりあうぼかしを施します。 写真の粒度を減らす用途なら鋭い輪郭を保ったまま処理できますので便利です。 (この例の画像では背景の粒度が減ったことに注目してください。) しかし実装上ガウスぼかしと比べると処理に結構時間がかかりますので、 選択的なぼかしが必要な場合だけこのフィルターを使うとよいでしょう。

図17.5 モザイク処理

モザイク処理

The Pixelize filter produces the well-known "Abraham Lincoln" effect by turning the image into a set of large square pixels. (The Oilify filter, in the Artistic Filters group, has a similar effect, but with irregular blobs instead of perfectly square pixels.)

[注記] 注記

エイブラハム・リンカーン効果については [BACH04] がうまく説明しています。 サルバドール・ダリの地中海を見つめるガラは遠くから見るとエイブラハム・リンカーンの肖像が現れるしかけになっています。

The Motion Blur filter is divided in Circular, Linear, and Zoom.

図17.6 Circular Motion Blur filter

Circular Motion Blur filter

The Circular Motion Blur filter blurs in a rotational direction around a center that you can set.

図17.7 Linear Motion Blur filter

Linear Motion Blur filter

The Linear Motion Blur filter blurs in a direction that you can set.

図17.8 Zoom Motion Blur filter

Zoom Motion Blur filter

The Zoom Motion Blur filter blurs in a radial direction around a center that you can set.

最後の タイル化可能ぼかし はガウスぼかしとまるで変わりませんが、 画像の外縁付近では反対側の辺と連続したぼかしを行ないますので、 この画像をタイル状に並べて文様にするときに継ぎ目が目立たなくなります。