Imagick::getImageChannelDistortion
(PECL imagick 2, PECL imagick 3)
Imagick::getImageChannelDistortion — 比较图像的图像通道与重建的图像
描述
public Imagick::getImageChannelDistortion(
Imagick $reference
,
int $channel
,
int $metric
):
float
参数
reference
-
要比较的 Imagick 对象。
channel
-
提供任何对您的通道模式有效的通道常量。要应用于多个通道,请使用按位运算符组合 channeltype 常量。参考此 通道常量列表.
metric
-
一个 度量类型常量。
错误/异常
发生错误时抛出 ImagickException。