Searched refs:channel_moments (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | identify.c | 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() [all …]
|
D | statistic.c | 1481 *channel_moments; in GetImageMoments() local 1507 channel_moments=(ChannelMoments *) AcquireQuantumMemory(MaxPixelChannels+1, in GetImageMoments() 1508 sizeof(*channel_moments)); in GetImageMoments() 1509 if (channel_moments == (ChannelMoments *) NULL) in GetImageMoments() 1510 return(channel_moments); in GetImageMoments() 1511 (void) ResetMagickMemory(channel_moments,0,(MaxPixelChannels+1)* in GetImageMoments() 1512 sizeof(*channel_moments)); in GetImageMoments() 1668 channel_moments[channel].centroid=centroid[channel]; in GetImageMoments() 1669 channel_moments[channel].ellipse_axis.x=sqrt((2.0/M00[channel])* in GetImageMoments() 1672 channel_moments[channel].ellipse_axis.y=sqrt((2.0/M00[channel])* in GetImageMoments() [all …]
|
/external/ImageMagick/coders/ |
D | json.c | 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() [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()
|