ccmain/paircmp.h

Go to the documentation of this file.
00001 
00020 #ifndef           PAIRCMP_H
00021 #define           PAIRCMP_H
00022 
00023 #include          "ocrblock.h"
00024 #include          "varable.h"
00025 #include          "notdll.h"
00026 
00027 BOOL8 compare_blob_pairs(             //blob processor
00028                          BLOCK *,
00029                          ROW *row,    //row it came from
00030                          WERD *,
00031                          PBLOB *blob  //blob to compare
00032                         );
00033 float compare_blobs(               //match 2 blobs
00034                     PBLOB *blob1,  //first blob
00035                     ROW *row1,     //row it came from
00036                     PBLOB *blob2,  //other blob
00037                     ROW *row2);
00038 float compare_bln_blobs(               //match 2 blobs
00039                         PBLOB *blob1,  //first blob
00040                         DENORM *denorm1,
00041                         PBLOB *blob2,  //other blob
00042                         DENORM *denorm2);
00043 #endif

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