Searched refs:MetricType (Results 1 – 13 of 13) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | compare.h | 40 } MetricType; typedef 43 *GetImageDistortions(Image *,const Image *,const MetricType,ExceptionInfo *); 46 *CompareImages(Image *,const Image *,const MetricType,double *, 48 *SimilarityImage(const Image *,const Image *,const MetricType,const double, 52 GetImageDistortion(Image *,const Image *,const MetricType,double *,
|
D | compare.c | 128 const MetricType metric,double *distortion,ExceptionInfo *exception) in CompareImages() 1257 const Image *reconstruct_image,const MetricType metric,double *distortion, in GetImageDistortion() 1393 const Image *reconstruct_image,const MetricType metric, in GetImageDistortions() 1788 const MetricType metric,const ssize_t x_offset,const ssize_t y_offset, in GetSimilarityMetric() 1819 const MetricType metric,const double similarity_threshold, in SimilarityImage()
|
/external/skia/src/pdf/ |
D | SkPDFMakeCIDGlyphWidthsArray.cpp | 22 enum MetricType { enum 27 MetricType fType; 91 AdvanceMetric::MetricType type) { in finish_range()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 55 const MetricType), 164 MagickGetImageDistortion(MagickWand *,const MagickWand *,const MetricType, 339 *MagickCompareImages(MagickWand *,const MagickWand *,const MetricType, 355 *MagickSimilarityImage(MagickWand *,const MagickWand *,const MetricType,
|
D | compare.c | 239 MetricType in CompareImagesCommand() 723 metric=(MetricType) type; in CompareImagesCommand()
|
D | operation.c | 3809 MetricType in CLIListOperatorImages() 3824 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in CLIListOperatorImages() 4440 MetricType in CLIListOperatorImages() 4456 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in CLIListOperatorImages()
|
D | magick-image.c | 1806 const MagickWand *reference,const MetricType metric,double *distortion) in MagickCompareImages() 4618 const MagickWand *reference,const MetricType metric,double *distortion) in MagickGetImageDistortion() 4665 const MagickWand *reference,const MetricType metric) in MagickGetImageDistortions() 11028 const MagickWand *reference,const MetricType metric, in MagickSimilarityImage()
|
D | mogrify.c | 7876 MetricType in MogrifyImageList() 7894 metric=(MetricType) ParseCommandOption(MagickMetricOptions, in MogrifyImageList()
|
/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_,
|
D | Include.h | 823 using MagickCore::MetricType;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2426 double Magick::Image::compare(const Image &reference_,const MetricType metric_) in compare() 2439 const Image &reference_,const MetricType metric_) in compareChannel() 2454 const MetricType metric_,double *distortion) in compare() 2470 const Image &reference_,const MetricType metric_,double *distortion) in compareChannel() 4524 const MetricType metric_,Geometry *offset_,double *similarityMetric_, in subImageSearch()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 3287 MetricType in Compare() 3402 metric=(MetricType) option; in Compare()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 3287 MetricType 3402 metric=(MetricType) option;
|