1 Readme
2
3 The code in this file provides two very simple examples of writing and compiling
4 a program against the tina-lib libraries. Once the libraries have been built
5 and installed compile these programs by typing;
6
7 make
8
9 in this directory. This will build an two executables called 'example' and 'compare'.
10
11 Run example first using;
12
13 ./example
14
15 from the command line. The program will output a pgm file called 'example.pgm'.
16 This image is the result of running a horizontal difference algorithm over a black/white
17 checquerboard image.
18
19 An example of how this image should appear is provided in the image file 'result.pgm'. The
20 second program 'compare' can be used to test the similarity between these two images.
21 Run this program using;
22
23 ./compare
24
25 from the command line. This will report any difference between the image generated by
26 'example' and the stored version 'result.pgm'
27
28 If you have any problems running these programs you can report them via an email to
29 bugs@tina-vision.net
30
31 $Id: README,v 1.2 2003/01/16 14:19:48 tony Exp $
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.