Lines Matching refs:constImage
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()
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()
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()