diff options
Diffstat (limited to 'dmagick/c/statistic.d')
| -rw-r--r-- | dmagick/c/statistic.d | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/dmagick/c/statistic.d b/dmagick/c/statistic.d index b63a184..fba4c5e 100644 --- a/dmagick/c/statistic.d +++ b/dmagick/c/statistic.d @@ -67,20 +67,20 @@ extern(C) ArctanFunction } - ChannelStatistics* GetImageChannelStatistics(const Image*, ExceptionInfo*); + ChannelStatistics* GetImageChannelStatistics(const(Image)*, ExceptionInfo*); - Image* EvaluateImages(const Image*, const MagickEvaluateOperator, ExceptionInfo*); + Image* EvaluateImages(const(Image)*, const MagickEvaluateOperator, ExceptionInfo*); MagickBooleanType EvaluateImage(Image*, const MagickEvaluateOperator, const double, ExceptionInfo*); MagickBooleanType EvaluateImageChannel(Image*, const ChannelType, const MagickEvaluateOperator, const double, ExceptionInfo*); - MagickBooleanType FunctionImage(Image*, const MagickFunction, const size_t, const double*, ExceptionInfo*); - MagickBooleanType FunctionImageChannel(Image*, const ChannelType, const MagickFunction, const size_t, const double*, ExceptionInfo*); - MagickBooleanType GetImageChannelExtrema(const Image*, const ChannelType, size_t*, size_t*, ExceptionInfo*); - MagickBooleanType GetImageChannelMean(const Image*, const ChannelType, double*, double*, ExceptionInfo*); - MagickBooleanType GetImageChannelKurtosis(const Image*, const ChannelType, double*, double*, ExceptionInfo*); - MagickBooleanType GetImageChannelRange(const Image*, const ChannelType, double*, double*, ExceptionInfo*); - MagickBooleanType GetImageExtrema(const Image*, size_t*, size_t*, ExceptionInfo*); - MagickBooleanType GetImageRange(const Image*, double*, double*, ExceptionInfo*); - MagickBooleanType GetImageMean(const Image*, double*, double*, ExceptionInfo*); - MagickBooleanType GetImageKurtosis(const Image*, double*, double*, ExceptionInfo*); + MagickBooleanType FunctionImage(Image*, const MagickFunction, const size_t, const(double)*, ExceptionInfo*); + MagickBooleanType FunctionImageChannel(Image*, const ChannelType, const MagickFunction, const size_t, const(double)*, ExceptionInfo*); + MagickBooleanType GetImageChannelExtrema(const(Image)*, const ChannelType, size_t*, size_t*, ExceptionInfo*); + MagickBooleanType GetImageChannelMean(const(Image)*, const ChannelType, double*, double*, ExceptionInfo*); + MagickBooleanType GetImageChannelKurtosis(const(Image)*, const ChannelType, double*, double*, ExceptionInfo*); + MagickBooleanType GetImageChannelRange(const(Image)*, const ChannelType, double*, double*, ExceptionInfo*); + MagickBooleanType GetImageExtrema(const(Image)*, size_t*, size_t*, ExceptionInfo*); + MagickBooleanType GetImageRange(const(Image)*, double*, double*, ExceptionInfo*); + MagickBooleanType GetImageMean(const(Image)*, double*, double*, ExceptionInfo*); + MagickBooleanType GetImageKurtosis(const(Image)*, double*, double*, ExceptionInfo*); } |
