|
Tesseract
3.02
|
Go to the source code of this file.
Functions | |
| int | c_blob_comparator (const void *blob1p, const void *blob2p) |
| int c_blob_comparator | ( | const void * | blob1p, |
| const void * | blob2p | ||
| ) |
Definition at line 31 of file genblob.cpp.
{
C_BLOB *blob1 = *(C_BLOB **) blob1p;
C_BLOB *blob2 = *(C_BLOB **) blob2p;
return blob1->bounding_box ().left () - blob2->bounding_box ().left ();
}