tesseract  3.03
/usr/local/google/home/jbreiden/tesseract-ocr-read-only/ccstruct/genblob.cpp File Reference
#include "genblob.h"
#include "stepblob.h"

Go to the source code of this file.

Functions

int c_blob_comparator (const void *blob1p, const void *blob2p)

Function Documentation

int c_blob_comparator ( const void *  blob1p,
const void *  blob2p 
)

Definition at line 30 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 ();
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines