#include "mf.h"
#include "featdefs.h"
#include "mfdefs.h"
#include "mfx.h"
#include <cmath>
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.
Definition at line 43 of file mf.cpp.
51 if (OldFeatures ==
nullptr)
53 NumFeatures =
count (OldFeatures);
56 Features = OldFeatures;