• Home
  • Raw
  • Download

Lines Matching refs:image_

448 Magick::ImageMoments::ImageMoments(const Image &image_)  in ImageMoments()  argument
455 channel_moments=GetImageMoments(image_.constImage(),exceptionInfo); in ImageMoments()
461 for (i=0; i < (ssize_t) GetPixelChannels(image_.constImage()); i++) in ImageMoments()
463 PixelChannel channel=GetPixelChannelChannel(image_.constImage(),i); in ImageMoments()
464 PixelTrait traits=GetPixelChannelTraits(image_.constImage(),channel); in ImageMoments()
477 ThrowPPException(image_.quiet()); in ImageMoments()
571 const Image &image_) in ImagePerceptualHash() argument
581 channel_perceptual_hash=GetImagePerceptualHash(image_.constImage(), in ImagePerceptualHash()
585 traits=GetPixelChannelTraits(image_.constImage(),RedPixelChannel); in ImagePerceptualHash()
589 traits=GetPixelChannelTraits(image_.constImage(),GreenPixelChannel); in ImagePerceptualHash()
593 traits=GetPixelChannelTraits(image_.constImage(),BluePixelChannel); in ImagePerceptualHash()
600 ThrowPPException(image_.quiet()); in ImagePerceptualHash()
630 Magick::ImageStatistics::ImageStatistics(const Image &image_) in ImageStatistics() argument
637 channel_statistics=GetImageStatistics(image_.constImage(),exceptionInfo); in ImageStatistics()
643 for (i=0; i < (ssize_t) GetPixelChannels(image_.constImage()); i++) in ImageStatistics()
645 PixelChannel channel=GetPixelChannelChannel(image_.constImage(),i); in ImageStatistics()
646 PixelTrait traits=GetPixelChannelTraits(image_.constImage(),channel); in ImageStatistics()
659 ThrowPPException(image_.quiet()); in ImageStatistics()