Home
last modified time | relevance | path

Searched refs:skewness (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/MagickCore/
Dstatistic.h45 skewness, member
Dstatistic.c1239 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()
Dproperty.c2892 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()
Dfx.c1168 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()
Didentify.c423 channel_statistics[channel].kurtosis,channel_statistics[channel].skewness, in PrintChannelStatistics()
/external/ImageMagick/Magick++/lib/Magick++/
DStatistic.h173 double skewness() const;
/external/ImageMagick/Magick++/lib/
DStatistic.cpp367 double Magick::ChannelStatistics::skewness() const in skewness() function in Magick::ChannelStatistics
412 _skewness(channelStatistics_->skewness), in ChannelStatistics()
/external/ImageMagick/coders/
Djson.c655 channel_statistics[channel].kurtosis,channel_statistics[channel].skewness); in PrintChannelStatistics()
/external/ImageMagick/MagickWand/
Dmagick-image.c4100 double *kurtosis,double *skewness) in MagickGetImageKurtosis() argument
4111 status=GetImageKurtosis(wand->images,kurtosis,skewness,wand->exception); in MagickGetImageKurtosis()
/external/ImageMagick/PerlMagick/
DMagick.xs14306 channel_statistics[channel].skewness); \ in Statistics()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in14306 channel_statistics[channel].skewness); \