D | Image.cpp | 2446 bool Magick::Image::compare(const Image &reference_) const in compare() 2452 ref=reference_; in compare() 2461 double Magick::Image::compare(const Image &reference_,const MetricType metric_) in compare() argument 2467 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, in compare() 2474 const Image &reference_,const MetricType metric_) in compareChannel() argument 2481 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, in compareChannel() 2488 Magick::Image Magick::Image::compare(const Image &reference_, in compare() argument 2495 newImage=CompareImages(image(),reference_.constImage(),metric_,distortion, in compare() 2505 const Image &reference_,const MetricType metric_,double *distortion) in compareChannel() argument 2512 newImage=CompareImages(image(),reference_.constImage(),metric_,distortion, in compareChannel() [all …]
|