/external/ImageMagick/MagickCore/ |
compare.h | 46 *CompareImages(Image *,const Image *,const MetricType,double *,
|
methods.h | 186 #define CompareImages PrependMagickMethod(CompareImages) 188 #define CompareImages PrependMagickMethod(CompareImages) [all...] |
compare.c | 88 % CompareImages() compares one or more pixel channels of an image to a 91 % The format of the CompareImages method is: 93 % Image *CompareImages(const Image *image,const Image *reconstruct_image, 129 MagickExport Image *CompareImages(Image *image,const Image *reconstruct_image, [all...] |
/external/libvpx/libvpx/test/ |
vpx_scale_test.cc | 155 void CompareImages(const YV12_BUFFER_CONFIG actual) { 196 CompareImages(img_); 240 CompareImages(cpy_img_);
|
/external/ImageMagick/www/api/ |
compare.php | 55 <p class="text-center"><a href="compare.php#CompareImages">CompareImages</a> • <a href="compare.php#GetImageDistortion">GetImageDistortion</a> • <a href="compare.php#GetImageDistortions">GetImageDistortions</a> • <a href="compare.php#IsImagesEqual">IsImagesEqual</a> • <a href="compare.php#SimilarityImage">SimilarityImage</a></p> 57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/compare_8c.html" id="CompareImages">CompareImages</a></h2> 59 <p>CompareImages() compares one or more pixel channels of an image to a reconstructed image and returns the difference image.</p> 61 <p>The format of the CompareImages method is:</p> 64 Image *CompareImages(const Image *image,const Image *reconstruct_image,
|
/external/pdfium/samples/ |
image_diff.cc | 218 int CompareImages(const std::string& file1, 347 return CompareImages(filename1, filename2, histograms);
|
/external/ImageMagick/MagickWand/ |
compare.c | [all...] |
operation.c | 787 /* FUTURE: this is only used by CompareImages() which is used [all...] |
magick-image.c | [all...] |
mogrify.c | [all...] |
/external/ImageMagick/tests/ |
validate.c | [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Include.h | [all...] |
/external/ImageMagick/Magick++/lib/ |
Image.cpp | [all...] |
/external/ImageMagick/PerlMagick/ |
Magick.xs | [all...] |
/external/ImageMagick/PerlMagick/quantum/ |
quantum.xs.in | [all...] |