• Home
  • Raw
  • Download

Lines Matching refs:channel_moments

352   const char *name,const double scale,const ChannelMoments *channel_moments)  in PrintChannelMoments()  argument
366 GetMagickPrecision(),channel_moments[channel].centroid.x, in PrintChannelMoments()
367 GetMagickPrecision(),channel_moments[channel].centroid.y); in PrintChannelMoments()
369 GetMagickPrecision(),channel_moments[channel].ellipse_axis.x, in PrintChannelMoments()
370 GetMagickPrecision(),channel_moments[channel].ellipse_axis.y); in PrintChannelMoments()
372 GetMagickPrecision(),channel_moments[channel].ellipse_angle); in PrintChannelMoments()
374 GetMagickPrecision(),channel_moments[channel].ellipse_eccentricity); in PrintChannelMoments()
377 channel_moments[channel].ellipse_intensity,GetMagickPrecision(), in PrintChannelMoments()
378 channel_moments[channel].ellipse_intensity); in PrintChannelMoments()
381 GetMagickPrecision(),channel_moments[channel].invariant[i]/pow(scale, in PrintChannelMoments()
382 powers[i]),GetMagickPrecision(),channel_moments[channel].invariant[i]); in PrintChannelMoments()
440 *channel_moments; in IdentifyImage() local
697 channel_moments=(ChannelMoments *) NULL; in IdentifyImage()
712 channel_moments=GetImageMoments(image,exception); in IdentifyImage()
818 if (channel_moments != (ChannelMoments *) NULL) in IdentifyImage()
828 channel_moments); in IdentifyImage()
830 channel_moments); in IdentifyImage()
832 channel_moments); in IdentifyImage()
838 channel_moments); in IdentifyImage()
840 channel_moments); in IdentifyImage()
842 channel_moments); in IdentifyImage()
844 channel_moments); in IdentifyImage()
850 channel_moments); in IdentifyImage()
856 channel_moments); in IdentifyImage()
861 "Overall",scale,channel_moments); in IdentifyImage()
863 channel_moments=(ChannelMoments *) RelinquishMagickMemory( in IdentifyImage()
864 channel_moments); in IdentifyImage()