Mercurial > hg > match-vamp
changeset 48:c7aa28f0d2ac refactors
Comment
author | Chris Cannam |
---|---|
date | Fri, 14 Nov 2014 09:02:32 +0000 |
parents | b183534a2cf5 |
children | e43220da49d1 |
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 @@ -214,13 +214,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. */