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

一个 度量类型常量

返回值

成功时返回 true

错误/异常

发生错误时抛出 ImagickException。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top