Searched refs:metric (Results 1 – 6 of 6) sorted by relevance
/imagick/ |
H A D | shim_im6_to_im7.h | 12 const MetricType metric, 71 const MagickWand *reference,const ChannelType channel,const MetricType metric,
|
H A D | Imagick.stub.php | 11 public function compareImageLayers(int $metric): Imagick {} argument 296 int $metric, argument 787 public function compareImageChannels(Imagick $reference, int $channel, int $metric): array {} argument 789 public function compareImages(Imagick $reference, int $metric): array {} argument 868 …public function getImageChannelDistortion(Imagick $reference, int $channel, int $metric): float {} argument 893 public function getImageDistortion(Imagick $reference, int $metric): float {} argument 1269 … &$offset = null, ?float &$similarity = null, float $threshold = 0.0, int $metric = 0): Imagick {} argument 1272 … &$offset = null, ?float &$similarity = null, float $threshold = 0.0, int $metric = 0): Imagick {} argument
|
H A D | shim_im6_to_im7.c | 216 …const MagickWand *reference, const ChannelType channel, const MetricType metric, double *distortio… in MagickCompareImageChannels() argument 225 tmp_wand = MagickCompareImages(wand, reference, metric, distortion); in MagickCompareImageChannels() 479 const MagickWand *reference,const ChannelType channel,const MetricType metric, in MagickGetImageChannelDistortion() argument 488 status = MagickGetImageDistortion(wand, reference, metric, distortion); in MagickGetImageChannelDistortion()
|
H A D | Imagick_arginfo.h | 26 ZEND_ARG_TYPE_INFO(0, metric, IS_LONG, 0) 28 ZEND_ARG_INFO(0, metric) 1249 ZEND_ARG_TYPE_INFO(0, metric, IS_LONG, 0) 1251 ZEND_ARG_INFO(0, metric) 3412 ZEND_ARG_TYPE_INFO(0, metric, IS_LONG, 0) 3414 ZEND_ARG_INFO(0, metric) 3428 ZEND_ARG_TYPE_INFO(0, metric, IS_LONG, 0) 3430 ZEND_ARG_INFO(0, metric) 3702 ZEND_ARG_INFO(0, metric) 3775 ZEND_ARG_INFO(0, metric) [all …]
|
H A D | ChangeLog | 194 float $similarity_threshold = 0[, int $metric = ]]]]) 216 * Imagick::subImageMatch use correct error metric in IM7
|
H A D | imagick_class.c | 2289 im_long metric, channel = DefaultChannels; in PHP_METHOD() local 2292 …D_NUM_ARGS() TSRMLS_CC, "Ol|l", &reference_param, php_imagick_sc_entry, &metric, &channel) == FAIL… in PHP_METHOD() 2304 …hannelDistortion(intern->magick_wand, intern_reference->magick_wand, channel, metric, &distortion); in PHP_METHOD() 12550 im_long metric = RootMeanSquaredErrorMetric; local 12552 im_long metric = 0; local 12562 …magick_sc_entry, &z_best_match_offset, &z_similarity, &similarity_threshold, &metric) == FAILURE) { 12573 metric, similarity_threshold,
|
Completed in 65 milliseconds