#include "fxdefs.h"
#include "featdefs.h"
#include <stdio.h>
Go to the source code of this file.
| CHAR_DESC ExtractBlobFeatures | ( | TBLOB * | Blob, | |
| LINE_STATS * | LineStats | |||
| ) |
Extract features from Blob by calling the feature extractor which is currently being used.
| Blob | TBLOB, blob to extract features from | |
| LineStats | LINE_STATS, statistics about line blob is in |
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.
| none |
Definition at line 78 of file extract.cpp.
References InitFlexFXVars().
Referenced by mfeature_variables().
00078 { 00079 // VALUE dummy; 00080 InitFlexFXVars(); 00081 } /* InitExtractorVars */
1.5.1