#include "blobs.h"
#include "fpoint.h"
#include "oldlist.h"
#include "params.h"
Go to the source code of this file.
|
void | tesseract::ComputeBlobCenter (TBLOB *Blob, TPOINT *BlobCenter) |
|
LIST | tesseract::ConvertBlob (TBLOB *blob) |
|
MFOUTLINE | tesseract::ConvertOutline (TESSLINE *outline) |
|
LIST | tesseract::ConvertOutlines (TESSLINE *outline, LIST mf_outlines, OUTLINETYPE outline_type) |
|
void | tesseract::FilterEdgeNoise (MFOUTLINE Outline, float NoiseSegmentLength) |
|
void | tesseract::FindDirectionChanges (MFOUTLINE Outline, float MinSlope, float MaxSlope) |
|
void | tesseract::FreeMFOutline (void *arg) |
|
void | tesseract::FreeOutlines (LIST Outlines) |
|
void | tesseract::MarkDirectionChanges (MFOUTLINE Outline) |
|
MFOUTLINE | tesseract::NextExtremity (MFOUTLINE EdgePoint) |
|
void | tesseract::NormalizeOutline (MFOUTLINE Outline, float XOrigin) |
|
void | tesseract::ChangeDirection (MFOUTLINE Start, MFOUTLINE End, DIRECTION Direction) |
|
void | tesseract::CharNormalizeOutline (MFOUTLINE Outline, const DENORM &cn_denorm) |
|
void | tesseract::ComputeDirection (MFEDGEPT *Start, MFEDGEPT *Finish, float MinSlope, float MaxSlope) |
|
MFOUTLINE | tesseract::NextDirectionChange (MFOUTLINE EdgePoint) |
|
◆ AverageOf
#define AverageOf |
( |
|
A, |
|
|
|
B |
|
) |
| (((A) + (B)) / 2) |