MagickCore  6.7.5
compare.h File Reference
#include "MagickCore/image.h"
Include dependency graph for compare.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  MetricType {
  UndefinedMetric, AbsoluteErrorMetric, MeanAbsoluteErrorMetric, MeanErrorPerPixelMetric,
  MeanSquaredErrorMetric, PeakAbsoluteErrorMetric, PeakSignalToNoiseRatioMetric, RootMeanSquaredErrorMetric,
  NormalizedCrossCorrelationErrorMetric, FuzzErrorMetric
}

Functions

MagickExport double * GetImageDistortions (Image *, const Image *, const MetricType, ExceptionInfo *)
MagickExport ImageCompareImages (Image *, const Image *, const MetricType, double *, ExceptionInfo *)
MagickExport ImageSimilarityImage (Image *, const Image *, const MetricType, RectangleInfo *, double *, ExceptionInfo *)
MagickExport MagickBooleanType GetImageDistortion (Image *, const Image *, const MetricType, double *, ExceptionInfo *)
MagickExport MagickBooleanType IsImagesEqual (Image *, const Image *, ExceptionInfo *)

Enumeration Type Documentation

enum MetricType
Enumerator:
UndefinedMetric 
AbsoluteErrorMetric 
MeanAbsoluteErrorMetric 
MeanErrorPerPixelMetric 
MeanSquaredErrorMetric 
PeakAbsoluteErrorMetric 
PeakSignalToNoiseRatioMetric 
RootMeanSquaredErrorMetric 
NormalizedCrossCorrelationErrorMetric 
FuzzErrorMetric 

Definition at line 27 of file compare.h.


Function Documentation

MagickExport Image* CompareImages ( Image ,
const Image ,
const MetricType  ,
double *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType GetImageDistortion ( Image ,
const Image ,
const MetricType  ,
double *  ,
ExceptionInfo  
)