PHP 클래스 Undemanding\Difference\Transformation\ReducedStandardDeviation

파일 보기 프로젝트 열기: undemanding/difference

공개 메소드들

메소드 설명
__invoke ( array $bitmap, integer $width, integer $height, float $deviation ) : array New map of pixels with those in the standard deviation removed.

메소드 상세

__invoke() 공개 메소드

New map of pixels with those in the standard deviation removed.
public __invoke ( array $bitmap, integer $width, integer $height, float $deviation ) : array
$bitmap array
$width integer
$height integer
$deviation float
리턴 array