Mercurial > hg > match-vamp
diff src/MatchVampPlugin.h @ 98:bdd8158d401f adaptive_diagonals
Add feature distance and feature magnitude outputs (for experiments)
author | Chris Cannam |
---|---|
date | Thu, 27 Nov 2014 18:01:36 +0000 |
parents | b9aa663a607b |
children | 184e6ab734ce |
line wrap: on
line diff
--- a/src/MatchVampPlugin.h Thu Nov 27 16:50:14 2014 +0000 +++ b/src/MatchVampPlugin.h Thu Nov 27 18:01:36 2014 +0000 @@ -101,6 +101,8 @@ mutable int m_abRatioOutNo; mutable int m_aFeaturesOutNo; mutable int m_bFeaturesOutNo; + mutable int m_distOutNo; + mutable int m_featureMagOutNo; #ifdef _WIN32 static HANDLE m_serialisingMutex;