#include "mfcpch.h"
#include "blobs.h"
#include "clst.h"
#include "rect.h"
#include <math.h>
#include "blobs.h"
#include "cutil.h"
#include "image.h"
#include "emalloc.h"
#include "helpers.h"
#include "ndminx.h"
#include <stdio.h>
#include "host.h"
#include "ocrblock.h"
#include "ocrrow.h"
#include "points.h"
#include "coutln.h"
#include "structures.h"
#include "werd.h"
Functions | |
CLISTIZE (EDGEPT) | |
void | blob_origin (TBLOB *blob, TPOINT *origin) |
WIDTH_RECORD * | blobs_widths (TBLOB *blobs) |
int | count_blobs (TBLOB *blobs) |
bool | divisible_blob (TBLOB *blob, bool italic_blob, TPOINT *location) |
void | divide_blobs (TBLOB *blob, TBLOB *other_blob, bool italic_blob, const TPOINT &location) |
Variables | |
const TPOINT | kDivisibleVerticalUpright (0, 1) |
const TPOINT | kDivisibleVerticalItalic (1, 5) |
WIDTH_RECORD* blobs_widths | ( | TBLOB * | blobs | ) |
CLISTIZE | ( | EDGEPT | ) |
int count_blobs | ( | TBLOB * | blobs | ) |
const TPOINT kDivisibleVerticalItalic(1, 5) |
const TPOINT kDivisibleVerticalUpright(0, 1) |