• Home
  • Raw
  • Download

Lines Matching refs:channel_moments

574   const ChannelMoments *channel_moments)  in PrintChannelMoments()  argument
586 GetMagickPrecision(),channel_moments[channel].centroid.x, in PrintChannelMoments()
587 GetMagickPrecision(),channel_moments[channel].centroid.y); in PrintChannelMoments()
591 GetMagickPrecision(),channel_moments[channel].ellipse_axis.x, in PrintChannelMoments()
592 GetMagickPrecision(),channel_moments[channel].ellipse_axis.y); in PrintChannelMoments()
594 GetMagickPrecision(),channel_moments[channel].ellipse_angle); in PrintChannelMoments()
596 GetMagickPrecision(),channel_moments[channel].ellipse_eccentricity); in PrintChannelMoments()
598 GetMagickPrecision(),channel_moments[channel].ellipse_intensity); in PrintChannelMoments()
601 GetMagickPrecision(),channel_moments[channel].invariant[i]); in PrintChannelMoments()
603 GetMagickPrecision(),channel_moments[channel].invariant[i]); in PrintChannelMoments()
674 *channel_moments; in EncodeImageAttributes() local
868 channel_moments=(ChannelMoments *) NULL; in EncodeImageAttributes()
880 channel_moments=GetImageMoments(image,exception); in EncodeImageAttributes()
987 if (channel_moments != (ChannelMoments *) NULL) in EncodeImageAttributes()
992 channel_moments); in EncodeImageAttributes()
999 channel_moments); in EncodeImageAttributes()
1001 channel_moments); in EncodeImageAttributes()
1003 channel_moments); in EncodeImageAttributes()
1009 channel_moments); in EncodeImageAttributes()
1011 MagickTrue,channel_moments); in EncodeImageAttributes()
1013 MagickTrue,channel_moments); in EncodeImageAttributes()
1015 MagickFalse,channel_moments); in EncodeImageAttributes()
1021 channel_moments); in EncodeImageAttributes()
1026 channel_moments=(ChannelMoments *) RelinquishMagickMemory( in EncodeImageAttributes()
1027 channel_moments); in EncodeImageAttributes()