Searched refs:channel_moments (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | identify.c | 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() [all …]
|
D | statistic.c | 1355 *channel_moments; in GetImageMoments() local 1381 channel_moments=(ChannelMoments *) AcquireQuantumMemory(MaxPixelChannels+1, in GetImageMoments() 1382 sizeof(*channel_moments)); in GetImageMoments() 1383 if (channel_moments == (ChannelMoments *) NULL) in GetImageMoments() 1384 return(channel_moments); in GetImageMoments() 1385 (void) memset(channel_moments,0,(MaxPixelChannels+1)* in GetImageMoments() 1386 sizeof(*channel_moments)); in GetImageMoments() 1532 channel_moments[channel].centroid=centroid[channel]; in GetImageMoments() 1533 channel_moments[channel].ellipse_axis.x=sqrt((2.0/M00[channel])* in GetImageMoments() 1536 channel_moments[channel].ellipse_axis.y=sqrt((2.0/M00[channel])* in GetImageMoments() [all …]
|
/external/ImageMagick/coders/ |
D | json.c | 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() [all …]
|
/external/ImageMagick/Magick++/lib/ |
D | Statistic.cpp | 452 channel_moments; in ImageMoments() local 455 channel_moments=GetImageMoments(image_.constImage(),exceptionInfo); in ImageMoments() 456 if (channel_moments != (MagickCore::ChannelMoments *) NULL) in ImageMoments() 470 &channel_moments[channel])); in ImageMoments() 473 &channel_moments[CompositePixelChannel])); in ImageMoments() 474 channel_moments=(MagickCore::ChannelMoments *) RelinquishMagickMemory( in ImageMoments() 475 channel_moments); in ImageMoments()
|