(void) GetImageKurtosis(image,&kurtosis,&skewness,exception);
(void) FormatLocaleString(statistic,MaxTextExtent,"%g",skewness);
}
- if (LocaleNCompare(symbol,"standard_deviation",18) == 0)
+ if (LocaleNCompare(symbol,"standard-deviation",18) == 0)
{
double
mean,
}
if (LocaleNCompare(symbol,"skewness",8) == 0)
return(FxChannelStatistics(fx_info,image,channel,symbol,exception));
- if (LocaleNCompare(symbol,"standard_deviation",18) == 0)
+ if (LocaleNCompare(symbol,"standard-deviation",18) == 0)
return(FxChannelStatistics(fx_info,image,channel,symbol,exception));
break;
}
string=image->magick;
break;
}
- if (LocaleCompare("max",property) == 0)
+ if (LocaleCompare("maxima",property) == 0)
{
double
maximum,
GetMagickPrecision(),mean);
break;
}
- if (LocaleCompare("min",property) == 0)
+ if (LocaleCompare("minima",property) == 0)
{
double
maximum,