INT_FX_RESULT_STRUCT Struct Reference

#include <intfx.h>

List of all members.


Detailed Description

Holds features extracted: Outlines, CoM, RadGyr, & Number of features.

Hold onto extracted features & used to map from the old scheme in which baseline features and char norm features are extracted separately, to the new scheme in which they are extracted at the same time.

Definition at line 42 of file intfx.h.

Public Attributes


Member Data Documentation

INT32 INT_FX_RESULT_STRUCT::Length

Total length of all outlines

Definition at line 45 of file intfx.h.

Referenced by ExtractCharNormFeatures(), GetIntBaselineFeatures(), and GetIntCharNormFeatures().

INT16 INT_FX_RESULT_STRUCT::NumBL

Number of features extracted, baseline

Definition at line 55 of file intfx.h.

Referenced by GetIntBaselineFeatures().

INT16 INT_FX_RESULT_STRUCT::NumCN

Number of features extracted, character normalized

Definition at line 57 of file intfx.h.

Referenced by GetIntCharNormFeatures().

INT16 INT_FX_RESULT_STRUCT::Rx

Radius of gyration in x

Definition at line 51 of file intfx.h.

Referenced by BlobMicroFeatures(), ExtractCharNormFeatures(), and GetIntCharNormFeatures().

INT16 INT_FX_RESULT_STRUCT::Ry

radius of gyration in y

Definition at line 53 of file intfx.h.

Referenced by BlobMicroFeatures(), ExtractCharNormFeatures(), and GetIntCharNormFeatures().

INT16 INT_FX_RESULT_STRUCT::Xmean

Center of mass of all outlines in x

Definition at line 47 of file intfx.h.

Referenced by BlobMicroFeatures(), ExtractCharNormFeatures(), and GetIntCharNormFeatures().

INT16 INT_FX_RESULT_STRUCT::Ymean

Center of mass of all outlines in y

Definition at line 49 of file intfx.h.

Referenced by BlobMicroFeatures(), ExtractCharNormFeatures(), and GetIntCharNormFeatures().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 28 19:49:32 2007 for Tesseract by  doxygen 1.5.1