cscore
cscore copied to clipboard
UI visual diffing / Image diff calculation - Implement MeanSquared ErrorMetric in pure C#
Implement the Compare method using the ErrorMetric.MeanSquared in pure C# or Unity to be able to get rid of the ImageMagick dependency
On http://www.imagemagick.org/Usage/compare/ the different compare methods are explained and can be digged into to reimplement the most relevant (ErrorMetric.MeanSquared) for visual UI regression in C#.
Related pull request for this tasks are:
- https://github.com/cs-util-com/cscore/pull/40 (Initial introduction of ImageMagick for the Visual Regression System)
- https://github.com/cs-util-com/cscore/issues/110 (Another image library included in cscore)