Lines Matching refs:channel_moments
349 const char *name,const double scale,const ChannelMoments *channel_moments) in PrintChannelMoments() argument
363 GetMagickPrecision(),channel_moments[channel].centroid.x, in PrintChannelMoments()
364 GetMagickPrecision(),channel_moments[channel].centroid.y); in PrintChannelMoments()
366 GetMagickPrecision(),channel_moments[channel].ellipse_axis.x, in PrintChannelMoments()
367 GetMagickPrecision(),channel_moments[channel].ellipse_axis.y); in PrintChannelMoments()
369 GetMagickPrecision(),channel_moments[channel].ellipse_angle); in PrintChannelMoments()
371 GetMagickPrecision(),channel_moments[channel].ellipse_eccentricity); in PrintChannelMoments()
374 channel_moments[channel].ellipse_intensity,GetMagickPrecision(), in PrintChannelMoments()
375 channel_moments[channel].ellipse_intensity); in PrintChannelMoments()
378 GetMagickPrecision(),channel_moments[channel].invariant[i]/pow(scale, in PrintChannelMoments()
379 powers[i]),GetMagickPrecision(),channel_moments[channel].invariant[i]); in PrintChannelMoments()
481 *channel_moments; in IdentifyImage() local
741 channel_moments=(ChannelMoments *) NULL; in IdentifyImage()
756 channel_moments=GetImageMoments(image,exception); in IdentifyImage()
885 if (channel_moments != (ChannelMoments *) NULL) in IdentifyImage()
895 channel_moments); in IdentifyImage()
897 channel_moments); in IdentifyImage()
899 channel_moments); in IdentifyImage()
905 channel_moments); in IdentifyImage()
907 channel_moments); in IdentifyImage()
909 channel_moments); in IdentifyImage()
911 channel_moments); in IdentifyImage()
917 channel_moments); in IdentifyImage()
930 channel_moments); in IdentifyImage()
937 channel_moments); in IdentifyImage()
942 channel_moments); in IdentifyImage()
944 channel_moments=(ChannelMoments *) RelinquishMagickMemory( in IdentifyImage()
945 channel_moments); in IdentifyImage()