classify/extract.h File Reference

#include "fxdefs.h"
#include "featdefs.h"
#include <stdio.h>

Go to the source code of this file.

Functions


Function Documentation

CHAR_DESC ExtractBlobFeatures ( TBLOB Blob,
LINE_STATS LineStats 
)

Extract features from Blob by calling the feature extractor which is currently being used.

Parameters:
Blob TBLOB, blob to extract features from
LineStats LINE_STATS, statistics about line blob is in
Returns:
CHAR_DESC, character features extracted from Blob
Simply provides a high level interface to feature extraction. The caller can extract any type of features from a blob without understanding any lower level details.
Note:
Exceptions: none
Date:
Sun Jan 21 10:07:28 1990, DSJ, Created.

Definition at line 64 of file extract.cpp.

References ExtractFlexFeatures().

Referenced by LearnBlob().

00064                                                                   { 
00065   return (ExtractFlexFeatures (Blob, LineStats));
00066 }                                /* ExtractBlobFeatures */

void ExtractorStub (  ) 

void InitExtractorVars (  ) 

Install global extractor variables into the variable system.

Parameters:
none 
Returns:
none
Note:
Exceptions: none
Date:
Sun Jan 21 10:19:59 1990, DSJ, Created.

Definition at line 78 of file extract.cpp.

References InitFlexFXVars().

Referenced by mfeature_variables().

00078                          { 
00079   //      VALUE dummy;
00080   InitFlexFXVars(); 
00081 }                                /* InitExtractorVars */


Generated on Wed Feb 28 19:49:19 2007 for Tesseract by  doxygen 1.5.1