Skip to content

Commit

Permalink
Multiple changes impacting accuracy.
Browse files Browse the repository at this point in the history
This commit contains squashes changes by many authors.
  • Loading branch information
robryk committed May 18, 2016
1 parent 88897ab commit 1a3580d
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 662 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# butteraugli
# butteraugli -- a tool for measuring differences between images

> A tool for measuring differences between images
## Introduction
## introduction

Butteraugli is a project that estimates the psychovisual similarity of two
images. It gives a score for the images that is reliable in the domain of
Expand Down Expand Up @@ -36,10 +34,3 @@ Only a C++ interface is provided. The interface takes two images, gives out a
map and a scalar value defining the difference. The scalar value can be
compared to two reference values that divide the value space into three
experience classes: 'great', 'acceptable' and 'not acceptable'.

## Building the CLI
This will generate a binary executable named `compare_pngs`

_unix based oparting systems_
- Install [libpng](http://www.libpng.org/)
- Run the `make` command inside of the `src` directory
Loading

0 comments on commit 1a3580d

Please sign in to comment.