PHP Class Undemanding\Difference\Transformation\ReducedStandardDeviation

Mostra file Open project: undemanding/difference

Public Methods

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

Method Details

__invoke() public method

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
return array