Update for recent libpng
[svrt.git] / README.md
1 # Introduction
2
3 [`Don Geman`](http://www.cis.jhu.edu/faculty/cvs/geman/) and I
4 developed a series of synthetic image recognition problems which
5 require to go beyond local descriptors and simple statistics of the
6 image to be solved properly, and that we used to compare humans and
7 machine-learning
8 ([`Fleuret et al. 2011b`](publications.html#fleuret-et-al-2011b)).
9
10 This software should compile on any standard GNU/Linux machine, and
11 UNIX machine in general. It only requires the jpeg and png library.
12
13 To test it on a list of problems, just run the script `doit.sh` with
14 the problem numbers as arguments. For instance:
15
16 ```
17 ./doit.sh 1 2 3
18 ```
19
20 It will compile the source and run the executable on the specified
21 problems to generate sample images and test a Boosted classifier. If
22 no argument is given, it will run on all the problems by default.