textord/blobcmpl.h

Go to the documentation of this file.
00001 
00019 #ifndef           BLOBCMPL_H
00020 #define           BLOBCMPL_H
00021 
00022 class PBLOB;
00023 class ROW;
00024 #define BLOB_MATCHING_ON
00025 
00026 float compare_blobs(               //match 2 blobs
00027                     PBLOB *blob1,  //first blob
00028                     ROW *row1,     //row it came from
00029                     PBLOB *blob2,  //other blob
00030                     ROW *row2);
00031 #endif

Generated on Wed Feb 28 19:49:11 2007 for Tesseract by  doxygen 1.5.1