#include "mf.h"
#include "featdefs.h"
#include "mfdefs.h"
#include "mfx.h"
#include <math.h>
Go to the source code of this file.
◆ ExtractMicros()
Call the old micro-feature extractor and then copy the features into the new format. Then deallocate the old micro-features.
- Parameters
-
Blob | blob to extract micro-features from |
cn_denorm | control parameter to feature extractor. |
- Returns
- Micro-features for Blob.
- Note
- Exceptions: none
-
History: Wed May 23 18:06:38 1990, DSJ, Created.
Definition at line 45 of file mf.cpp.
53 if (OldFeatures == NULL)
55 NumFeatures =
count (OldFeatures);
58 Features = OldFeatures;
void FreeMicroFeatures(MICROFEATURES MicroFeatures)
BOOL8 AddFeature(FEATURE_SET FeatureSet, FEATURE Feature)
FEATURE NewFeature(const FEATURE_DESC_STRUCT *FeatureDesc)
MICROFEATURES BlobMicroFeatures(TBLOB *Blob, const DENORM &cn_denorm)
const FEATURE_DESC_STRUCT * Type
FEATURE_SET NewFeatureSet(int NumFeatures)
const FEATURE_DESC_STRUCT MicroFeatureDesc