Skip to content

Commit f7d2fda

Browse files
committed
Added PixelDifferenceCount to ErrorMetric.
1 parent d3ceb3d commit f7d2fda

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Magick.NET.Core/Enums/ErrorMetric.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,9 @@ public enum ErrorMetric
8282
/// Dot product correlation.
8383
/// </summary>
8484
DotProductCorrelation,
85+
86+
/// <summary>
87+
/// Pixel difference count.
88+
/// </summary>
89+
PixelDifferenceCount,
8590
}

0 commit comments

Comments
 (0)