tesseract v5.3.3.20231005
outfeat.h File Reference
#include "fpoint.h"
#include "mfoutline.h"
#include "ocrfeatures.h"

Go to the source code of this file.

Namespaces

namespace  tesseract
 

Macros

#define MAX_OUTLINE_FEATURES   (100)
 

Enumerations

enum  tesseract::OUTLINE_FEAT_PARAM_NAME { tesseract::OutlineFeatX , tesseract::OutlineFeatY , tesseract::OutlineFeatLength , tesseract::OutlineFeatDir }
 

Functions

void tesseract::AddOutlineFeatureToSet (FPOINT *Start, FPOINT *End, FEATURE_SET FeatureSet)
 
void tesseract::ConvertToOutlineFeatures (MFOUTLINE Outline, FEATURE_SET FeatureSet)
 
void tesseract::NormalizeOutlineX (FEATURE_SET FeatureSet)
 

Macro Definition Documentation

◆ MAX_OUTLINE_FEATURES

#define MAX_OUTLINE_FEATURES   (100)

Definition at line 34 of file outfeat.h.