(PECL imagick 2.0.0)
Imagick::medianFilterImage — Applies a digital filter
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
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.
The radius of the pixel neighborhood.
성공시에 TRUE를 반환합니다.
오류시에 ImagickException이 발생합니다.