The Imagick class
PHP Manual

Imagick::medianFilterImage

(No version information available, might be only in CVS)

Imagick::medianFilterImageApplies a digital filter

Opis

bool Imagick::medianFilterImage ( float $radius )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Applies a digital filter that improves the quality of a noisy image. Each pixel is replaced by the median in a set of neighboring pixels as defined by radius.

Parametry

radius

The radius of the pixel neighborhood.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.


The Imagick class
PHP Manual