Searched refs:metric_ (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 748 double compare(const Image &reference_,const MetricType metric_); 751 const MetricType metric_ ); 755 Image compare(const Image &reference_,const MetricType metric_, 758 const MetricType metric_,double *distortion); 1374 Image subImageSearch(const Image &reference_,const MetricType metric_,
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2426 double Magick::Image::compare(const Image &reference_,const MetricType metric_) in compare() argument 2432 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, in compare() 2439 const Image &reference_,const MetricType metric_) in compareChannel() argument 2446 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, in compareChannel() 2454 const MetricType metric_,double *distortion) in compare() argument 2460 newImage=CompareImages(image(),reference_.constImage(),metric_,distortion, in compare() 2470 const Image &reference_,const MetricType metric_,double *distortion) in compareChannel() argument 2477 newImage=CompareImages(image(),reference_.constImage(),metric_,distortion, in compareChannel() 4524 const MetricType metric_,Geometry *offset_,double *similarityMetric_, in subImageSearch() argument 4534 newImage=SimilarityImage(image(),reference_.constImage(),metric_, in subImageSearch()
|