# HG changeset patch # User Chris Cannam # Date 1415955752 0 # Node ID 96ffe524b18ea59e4e718d3fb2194cf359b973b2 # Parent c2e152d8a9d40fe7768c54157ad81c26ffba9a79 Comment diff -r c2e152d8a9d4 -r 96ffe524b18e src/Matcher.h --- 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 > m_frames; /** The best path cost matrix. */