• Home
  • Raw
  • Download

Lines Matching refs:GetMagickPrecision

224   GetMagickPrecision(),(feature)[0], \  in PrintChannelFeatures()
225 GetMagickPrecision(),(feature)[1], \ in PrintChannelFeatures()
226 GetMagickPrecision(),(feature)[2], \ in PrintChannelFeatures()
227 GetMagickPrecision(),(feature)[3], \ in PrintChannelFeatures()
228 GetMagickPrecision(),((feature)[0]+(feature)[1]+(feature)[2]+(feature)[3])/4.0 \ in PrintChannelFeatures()
309 (void) FormatLocaleFile(file," %s: %.*g (%.*g)",name,GetMagickPrecision(), in PrintChannelLocations()
310 target,GetMagickPrecision(),QuantumScale*target); in PrintChannelLocations()
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()
376 GetMagickPrecision(),pow(scale,powers[0])* in PrintChannelMoments()
377 channel_moments[channel].ellipse_intensity,GetMagickPrecision(), in PrintChannelMoments()
381 GetMagickPrecision(),channel_moments[channel].invariant[i]/pow(scale, in PrintChannelMoments()
382 powers[i]),GetMagickPrecision(),channel_moments[channel].invariant[i]); in PrintChannelMoments()
398 GetMagickPrecision(),channel_phash[channel].srgb_hu_phash[i], in PrintChannelPerceptualHash()
399 GetMagickPrecision(),channel_phash[channel].hclp_hu_phash[i]); in PrintChannelPerceptualHash()
927 GetMagickPrecision(),100.0*GetImageTotalInkDensity(image,exception)/ in IdentifyImage()