Mercurial > hg > match-vamp
changeset 50:96ffe524b18e refactors_no_float
Comment
author | Chris Cannam |
---|---|
date | Fri, 14 Nov 2014 09:02:32 +0000 |
parents | c2e152d8a9d4 |
children | 47f7649ab9d5 |
files | src/Matcher.h |
diffstat | 1 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Matcher.h Thu Nov 13 18:50:25 2014 +0000 +++ b/src/Matcher.h Fri Nov 14 09:02:32 2014 +0000 @@ -221,13 +221,10 @@ /** The number of values in a feature vector. */ int m_featureSize; - /** A block of previously seen frames are stored in this structure - * for calculation of the distance matrix as the new frames are - * read in. One can think of the structure of the array as a - * circular buffer of vectors. These are the frames with all - * applicable processing applied (e.g. spectral difference, - * normalisation), unlike prevFrame and newFrame. The total - * energy of frames[i] is stored in totalEnergies[i]. */ + /** A block of previously seen feature frames is stored in this + * structure for calculation of the distance matrix as the new + * frames are received. One can think of the structure of the + * array as a circular buffer of vectors. */ vector<vector<double> > m_frames; /** The best path cost matrix. */