Tesseract 3.01
|
#include "mfcpch.h"
#include <stdlib.h>
#include "blckerr.h"
#include "ocrblock.h"
#include "tprintf.h"
Defines | |
#define | BLOCK_LABEL_HEIGHT 150 |
#define | ROW_SPACING 5 |
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) |
#define BLOCK_LABEL_HEIGHT 150 |
#define ROW_SPACING 5 |
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 | ||
) |