diff options
Diffstat (limited to 'dmagick/c/compare.d')
| -rw-r--r-- | dmagick/c/compare.d | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dmagick/c/compare.d b/dmagick/c/compare.d index b9b459a..f3a9f2a 100644 --- a/dmagick/c/compare.d +++ b/dmagick/c/compare.d @@ -16,7 +16,9 @@ extern(C) MeanSquaredErrorMetric, PeakAbsoluteErrorMetric, PeakSignalToNoiseRatioMetric, - RootMeanSquaredErrorMetric + RootMeanSquaredErrorMetric, + NormalizedCrossCorrelationErrorMetric, + FuzzErrorMetric } double* GetImageChannelDistortions(Image*, const(Image)*, const MetricType, ExceptionInfo*); |
