We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301eaec commit 953523bCopy full SHA for 953523b
classify/mf.cpp
@@ -37,16 +37,12 @@
37
* the features into the new format. Then deallocate the
38
* old micro-features.
39
* @param Blob blob to extract micro-features from
40
- * @param bl_denorm currently unused
41
* @param cn_denorm control parameter to feature extractor.
42
- * @param fx_info currently unused
43
* @return Micro-features for Blob.
44
* @note Exceptions: none
45
* @note History: Wed May 23 18:06:38 1990, DSJ, Created.
46
*/
47
-FEATURE_SET ExtractMicros(TBLOB *Blob, const DENORM& bl_denorm,
48
- const DENORM& cn_denorm,
49
- const INT_FX_RESULT_STRUCT& fx_info) {
+FEATURE_SET ExtractMicros(TBLOB* Blob, const DENORM& cn_denorm) {
50
int NumFeatures;
51
MICROFEATURES Features, OldFeatures;
52
FEATURE_SET FeatureSet;
0 commit comments