PHP Класс Undemanding\Difference\Difference

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Image $image )
boundary ( ) : array Boundary for all significant pixels.
getBitmap ( ) : array
getHeight ( ) : integer
getWidth ( ) : integer
percentage ( ) : float Percentage of different pixels in the bitmap.
withReducedStandardDeviation ( ) : Difference New Difference from reduced standard deviation.
withScale ( float $factor ) : Difference New Difference with scaled differences.

Приватные методы

Метод Описание
average ( ) : integer Average difference for all bitmap pixels.
cloneWith ( string $property, mixed $value ) : Difference
maximum ( ) : integer Maximum difference for all bitmap pixels.
standardDeviation ( ) : float Standard deviation for all bitmap pixels.

Описание методов

__construct() публичный Метод

public __construct ( Image $image )
$image Image

boundary() публичный Метод

Boundary for all significant pixels.
public boundary ( ) : array
Результат array

getBitmap() публичный Метод

public getBitmap ( ) : array
Результат array

getHeight() публичный Метод

public getHeight ( ) : integer
Результат integer

getWidth() публичный Метод

public getWidth ( ) : integer
Результат integer

percentage() публичный Метод

Percentage of different pixels in the bitmap.
public percentage ( ) : float
Результат float

withReducedStandardDeviation() публичный Метод

New Difference from reduced standard deviation.
public withReducedStandardDeviation ( ) : Difference
Результат Difference

withScale() публичный Метод

New Difference with scaled differences.
public withScale ( float $factor ) : Difference
$factor float
Результат Difference