• Home
  • Raw
  • Download

Lines Matching refs:channel_moments

620   const ChannelMoments *channel_moments)  in PrintChannelMoments()  argument
632 GetMagickPrecision(),channel_moments[channel].centroid.x, in PrintChannelMoments()
633 GetMagickPrecision(),channel_moments[channel].centroid.y); in PrintChannelMoments()
637 GetMagickPrecision(),channel_moments[channel].ellipse_axis.x, in PrintChannelMoments()
638 GetMagickPrecision(),channel_moments[channel].ellipse_axis.y); in PrintChannelMoments()
640 GetMagickPrecision(),channel_moments[channel].ellipse_angle); in PrintChannelMoments()
642 GetMagickPrecision(),channel_moments[channel].ellipse_eccentricity); in PrintChannelMoments()
644 GetMagickPrecision(),channel_moments[channel].ellipse_intensity); in PrintChannelMoments()
647 GetMagickPrecision(),channel_moments[channel].invariant[i]); in PrintChannelMoments()
649 GetMagickPrecision(),channel_moments[channel].invariant[i]); in PrintChannelMoments()
925 *channel_moments; in EncodeImageAttributes() local
1114 channel_moments=(ChannelMoments *) NULL; in EncodeImageAttributes()
1126 channel_moments=GetImageMoments(image,exception); in EncodeImageAttributes()
1236 if (channel_moments != (ChannelMoments *) NULL) in EncodeImageAttributes()
1241 channel_moments); in EncodeImageAttributes()
1248 channel_moments); in EncodeImageAttributes()
1250 channel_moments); in EncodeImageAttributes()
1252 channel_moments); in EncodeImageAttributes()
1258 channel_moments); in EncodeImageAttributes()
1260 MagickTrue,channel_moments); in EncodeImageAttributes()
1262 MagickTrue,channel_moments); in EncodeImageAttributes()
1264 MagickFalse,channel_moments); in EncodeImageAttributes()
1271 channel_moments); in EncodeImageAttributes()
1276 channel_moments=(ChannelMoments *) RelinquishMagickMemory( in EncodeImageAttributes()
1277 channel_moments); in EncodeImageAttributes()