Searched refs:metric_ (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
H A DImage.h748 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/
H A DImage.cpp2426 double Magick::Image::compare(const Image &reference_,const MetricType metric_) argument
2432 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, local
2439 const Image &reference_,const MetricType metric_)
2446 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, local
2454 const MetricType metric_,double *distortion)
2460 newImage=CompareImages(image(),reference_.constImage(),metric_,distortion,
2470 const Image &reference_,const MetricType metric_,double *distortion)
2477 newImage=CompareImages(image(),reference_.constImage(),metric_,distortion,
4524 const MetricType metric_,Geometry *offset_,double *similarityMetric_,
4534 newImage=SimilarityImage(image(),reference_.constImage(),metric_,
2438 compareChannel(const ChannelType channel_, const Image &reference_,const MetricType metric_) argument
2453 compare(const Image &reference_, const MetricType metric_,double *distortion) argument
2469 compareChannel(const ChannelType channel_, const Image &reference_,const MetricType metric_,double *distortion) argument
4523 subImageSearch(const Image &reference_, const MetricType metric_,Geometry *offset_,double *similarityMetric_, const double similarityThreshold) argument
[all...]

Completed in 181 milliseconds