Mercurial > hg > match-vamp
diff src/MatchVampPlugin.h @ 100:184e6ab734ce adaptive_diagonals
Test implementations of confidence peaks & adaptive smoothing
author | Chris Cannam |
---|---|
date | Mon, 01 Dec 2014 17:54:52 +0000 |
parents | bdd8158d401f |
children | 4b263ef50c9b |
line wrap: on
line diff
--- a/src/MatchVampPlugin.h Fri Nov 28 14:47:16 2014 +0000 +++ b/src/MatchVampPlugin.h Mon Dec 01 17:54:52 2014 +0000 @@ -94,6 +94,9 @@ FeatureExtractor::Parameters m_feParams; FeatureExtractor::Parameters m_defaultFeParams; + std::vector<float> m_mag1; + std::vector<float> m_mag2; + mutable int m_pathOutNo; mutable int m_abOutNo; mutable int m_baOutNo; @@ -102,7 +105,8 @@ mutable int m_aFeaturesOutNo; mutable int m_bFeaturesOutNo; mutable int m_distOutNo; - mutable int m_featureMagOutNo; + mutable int m_confidenceOutNo; + mutable int m_confPeakOutNo; #ifdef _WIN32 static HANDLE m_serialisingMutex;