GitXplorerGitXplorer
a

AIImageCompare

public
59 stars
8 forks
2 issues

Commits

List of commits on branch master.
Unverified
bf664a9c72930b9ff685841f1a495afd9c3f3209

Add framework target for use with Carthage

aalejandro-isaza committed 10 years ago
Unverified
059909caf4ada1f0af1fee304b37b84ff2bdcc2c

Update README.md

aalejandro-isaza committed 10 years ago
Unverified
3adb512747316533691f53266903955c119f151b

Style fixes

aalejandro-isaza committed 10 years ago
Unverified
8c4e181d47eee39b4527927cd94224d57d189eab

Add function to get maximum pixel difference

committed 10 years ago
Unverified
40a552bd2c53ba83232c43470459717eae12e3fc

Fix MEA by component calculation

committed 10 years ago
Unverified
7c68ce4951f76cebe7e2c5ccda06ee5f5e1e033b

Update README.md

aalejandro-isaza 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.