Searched refs:skewness (Results 1 – 11 of 11) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | statistic.h | 45 skewness, member
|
D | statistic.c | 1239 double *kurtosis,double *skewness,ExceptionInfo *exception) in GetImageKurtosis() argument 1264 *skewness=0.0; in GetImageKurtosis() 1340 *skewness=sum_cubes-3.0*mean*sum_squares+2.0*mean*mean*mean; in GetImageKurtosis() 1341 *skewness/=standard_deviation*standard_deviation*standard_deviation; in GetImageKurtosis() 2210 channel_statistics[CompositePixelChannel].skewness/=channels; in GetImageStatistics() 2221 channel_statistics[i].skewness=(channel_statistics[i].sum_cubed-3.0* in GetImageStatistics()
|
D | property.c | 2892 skewness; in GetMagickProperty() local 2895 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in GetMagickProperty() 3081 skewness; in GetMagickProperty() local 3084 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in GetMagickProperty() 3086 GetMagickPrecision(),skewness); in GetMagickProperty()
|
D | fx.c | 1168 skewness; in FxChannelStatistics() local 1170 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in FxChannelStatistics() 1204 skewness; in FxChannelStatistics() local 1206 (void) GetImageKurtosis(image,&kurtosis,&skewness,exception); in FxChannelStatistics() 1207 (void) FormatLocaleString(statistic,MagickPathExtent,"%g",skewness); in FxChannelStatistics()
|
D | identify.c | 423 channel_statistics[channel].kurtosis,channel_statistics[channel].skewness, in PrintChannelStatistics()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Statistic.h | 173 double skewness() const;
|
/external/ImageMagick/Magick++/lib/ |
D | Statistic.cpp | 367 double Magick::ChannelStatistics::skewness() const in skewness() function in Magick::ChannelStatistics 412 _skewness(channelStatistics_->skewness), in ChannelStatistics()
|
/external/ImageMagick/coders/ |
D | json.c | 655 channel_statistics[channel].kurtosis,channel_statistics[channel].skewness); in PrintChannelStatistics()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 4100 double *kurtosis,double *skewness) in MagickGetImageKurtosis() argument 4111 status=GetImageKurtosis(wand->images,kurtosis,skewness,wand->exception); in MagickGetImageKurtosis()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 14306 channel_statistics[channel].skewness); \ in Statistics()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 14306 channel_statistics[channel].skewness); \
|