statistic.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _ChannelStatistics

Typedefs

typedef struct _ChannelStatistics ChannelStatistics

Functions

MagickExport ChannelStatisticsGetImageChannelStatistics (const Image *, ExceptionInfo *)
MagickExport ImageAverageImages (const Image *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageChannelExtrema (const Image *, const ChannelType, unsigned long *, unsigned long *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageChannelMean (const Image *, const ChannelType, double *, double *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageChannelKurtosis (const Image *, const ChannelType, double *, double *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageChannelRange (const Image *, const ChannelType, double *, double *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageExtrema (const Image *, unsigned long *, unsigned long *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageRange (const Image *, double *, double *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageMean (const Image *, double *, double *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageKurtosis (const Image *, double *, double *, ExceptionInfo *)

Typedef Documentation


Function Documentation

MagickExport Image* AverageImages ( const Image ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageChannelExtrema ( const Image ,
const   ChannelType,
unsigned long *  ,
unsigned long *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageChannelKurtosis ( const Image ,
const   ChannelType,
double *  ,
double *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageChannelMean ( const Image ,
const   ChannelType,
double *  ,
double *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageChannelRange ( const Image ,
const   ChannelType,
double *  ,
double *  ,
ExceptionInfo  
)
MagickExport ChannelStatistics* GetImageChannelStatistics ( const Image ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageExtrema ( const Image ,
unsigned long *  ,
unsigned long *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageKurtosis ( const Image ,
double *  ,
double *  ,
ExceptionInfo  
)

Definition at line 561 of file statistic.c.

References AllChannels, and GetImageChannelKurtosis().

MagickExport MagickBooleanType GetImageMean ( const Image ,
double *  ,
double *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageRange ( const Image ,
double *  ,
double *  ,
ExceptionInfo  
)

Generated on 19 Nov 2009 for MagickCore by  doxygen 1.6.1