Qurak

Blur

利用可能

Applies Gaussian blur to an image.

Blur[image]
Blur[image, r]
Round[1000 ImageData[Blur[Image[{{0., 0., 0., 1., 0., 0., 0.}}], 1]]] → {{0, 0, 99, 801, 99, 0, 0}}Round[1000 ImageData[Blur[Image[{{0., 0., 0.}, {0., 1., 0.}, {0., 0., 0.}}], {0, 1}]]] → {{0, 0, 0}, {99, 801, 99}, {0, 0, 0}}ImageData[Blur[Image[{{1., 0., 0., 0., 0., 0.}}], 10]] == ImageData[Blur[Image[{{1., 0., 0., 0., 0., 0.}}], 3]] → TrueBlur[Image[{{0.1, 0.2}}], -1] → Blur::bdrad: The specified radius -1 should be either a non-negative number or a list of 2 non-negative numbers. Blur[-Image-, -1]

トピック

関連

全 6300 関数 · MCPクライアントから使う