GitXplorerGitXplorer
a

AIImageCompare

public
59 stars
8 forks
2 issues

Commits

List of commits on branch master.
Unverified
674c4e1fbd7c34bfbf3253cf9d5ce3e8a7140a97

Update README.md

aalejandro-isaza committed 10 years ago
Unverified
ff078124a86f46d1b06660e3e4f3b951f91888c9

Add function to get the MEA by component

committed 10 years ago
Unverified
c526979856a3026da199f3cb4065ca5ce350f6a2

Fix problem in AIImageDifferentPixelRatio

committed 10 years ago
Unverified
e37a7881df9480b49ab4238d62551cf8eb83ab39

Add functions to count differing pixels

aalejandro-isaza committed 10 years ago
Unverified
30202d6ce523f965957e93a8f113d88d0fa62b1e

Merge pull request #4 from abbeycode/issue2

aalejandro-isaza committed 10 years ago
Unverified
da416ba48a65f566fad9dc21b67769a4349b36b6

Fixed typo in name of "AIImageMeanAbsoluteError" (Issue #2)

aabbeycode committed 10 years ago

README

The README file for this repository.

AIImageCompare

AIImageCompare is a library of image comparison algorithms. It is most useful when dealing with images that may be very similar but not exactly the same. For instance for UIView/CALayer unit tests.

Right now it provides a few error functions:

Usage

Add AIImageCompate.[h,m] to your project or add pod 'AIImageCompare', '~> 0.1.2' to your Podfile.