cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
183 stars 31 forks source link

ImageCompare method (issue #41) #125

Closed XANGEnino closed 5 months ago

XANGEnino commented 6 months ago

This is an approach of a simple ImageCompare method, based on ImageMagick with the MeanSquare Error metric, inspired by the issue #41.

Contributions:


This change is Reviewable

codeclimate[bot] commented 6 months ago

Code Climate has analyzed commit 14497efd and detected 103 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 54
Duplication 49

View more on Code Climate.

cs-util commented 6 months ago

@XANGEnino did you already have time to look through the change requests?