cscore icon indicating copy to clipboard operation
cscore copied to clipboard

UI visual diffing / Image diff calculation - Implement MeanSquared ErrorMetric in pure C#

Open cs-util opened this issue 5 years ago • 0 comments

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)

cs-util avatar Jun 23 '20 07:06 cs-util