~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Tina5/tina-libs/demo/example/

Version: ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Name Size Last modified (GMT) Description
Back Parent directory 2012-03-06 18:52:44
Folder CVS/ 2012-03-06 18:52:44
File Makefile.am 465 bytes 2007-02-15 01:52:29
File README 1056 bytes 2003-01-16 14:19:48
C file compare.c 3074 bytes 2007-02-15 01:52:29
C file example.c 2493 bytes 2007-02-15 01:52:29
File result.pgm 65551 bytes 2003-01-08 15:07:47

  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 $

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.