Imagick::getImageChannelMean
(No version information available, might be only in CVS)
Imagick::getImageChannelMean — Gets the mean and standard deviation
Descrição
array Imagick::getImageChannelMean
( int $channel
)
Aviso
Esta função não está documentada, somente a lista de argumentos está disponÃvel.
Aviso
Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.
Gets the mean and standard deviation of one or more image channels. Return value is an associative array with the keys "mean" and "standardDeviation".
Parâmetros
- channel
-
Valor Retornado
Retorna TRUE em sucesso.