AIImageCompare 0.1.2

AIImageCompare 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2015

Maintained by Alejandro Isaza.



  • By
  • Alejandro Isaza

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 unit tests.

Right now it provides two error functions: the mean absolute error, and the root mean square error.

Usage

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