Home
last modified time | relevance | path

Searched refs:GetImagePerceptualHash (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickCore/
Dstatistic.h154 *GetImagePerceptualHash(const Image *,ExceptionInfo *);
Dcompare.c1276 channel_phash=GetImagePerceptualHash(image,exception); in GetPerceptualHashDistortion()
1279 reconstruct_phash=GetImagePerceptualHash(reconstruct_image,exception); in GetPerceptualHashDistortion()
Dmethods.h445 #define GetImagePerceptualHash PrependMagickMethod(GetImagePerceptualHash) macro
Didentify.c702 channel_phash=GetImagePerceptualHash(image,exception); in IdentifyImage()
Dstatistic.c1770 MagickExport ChannelPerceptualHash *GetImagePerceptualHash(const Image *image, in GetImagePerceptualHash() function
/external/ImageMagick/Magick++/lib/
DStatistic.cpp581 channel_perceptual_hash=GetImagePerceptualHash(image_.constImage(), in ImagePerceptualHash()
/external/ImageMagick/coders/
Djson.c1143 channel_phash=GetImagePerceptualHash(image,exception); in EncodeImageAttributes()
Dyaml.c1141 channel_phash=GetImagePerceptualHash(image,exception); in EncodeImageAttributes()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1376 using MagickCore::GetImagePerceptualHash;
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in12381 channel_phash=GetImagePerceptualHash(image,exception);