imagick_medianfilter

(PECL)

imagick_medianfilter -- Replace each pixel by the median in a set of neighboring pixels

说明

bool imagick_medianfilter ( resource image, float radius )

警告

本函数暂无文档,仅有参数列表。

参数

image

Image handle

radius

Radius of the pixel neighborhood

返回值

如果成功则返回 TRUE,失败则返回 FALSE