Tesseract 3.01
/data/source/tesseract-ocr/ccstruct/ocrblock.h File Reference
#include "img.h"
#include "ocrrow.h"
#include "pdblock.h"

Go to the source code of this file.

Classes

class  BLOCK

Functions

int decreasing_top_order (const void *row1, const void *row2)
void PrintSegmentationStats (BLOCK_LIST *block_list)
void ExtractBlobsFromSegmentation (BLOCK_LIST *blocks, C_BLOB_LIST *output_blob_list)
void RefreshWordBlobsFromNewBlobs (BLOCK_LIST *block_list, C_BLOB_LIST *new_blobs, C_BLOB_LIST *not_found_blobs)

Function Documentation

int decreasing_top_order ( const void *  row1,
const void *  row2 
)

decreasing_top_order

Sort Comparator: Return <0 if row1 top < row2 top

void ExtractBlobsFromSegmentation ( BLOCK_LIST *  blocks,
C_BLOB_LIST *  output_blob_list 
)
void PrintSegmentationStats ( BLOCK_LIST *  block_list)
void RefreshWordBlobsFromNewBlobs ( BLOCK_LIST *  block_list,
C_BLOB_LIST *  new_blobs,
C_BLOB_LIST *  not_found_blobs 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines