log src/MatchFeatureFeeder.h @ 172:30d59e1e4232 structure

age author description
Fri, 06 Feb 2015 13:07:30 +0000 Chris Cannam Tidy up structure
Thu, 05 Feb 2015 14:06:57 +0000 Chris Cannam Allow querying the best-estimate reference frame for the current feed point; don't heap-allocate finder structure
Fri, 23 Jan 2015 17:33:37 +0000 Chris Cannam Make path retrieval available directly in pipeline; some ctor/operator= fixes (hopefully to become obsolete later) structure
Fri, 23 Jan 2015 14:55:19 +0000 Chris Cannam More cost query methods structure
Thu, 22 Jan 2015 12:04:44 +0000 Chris Cannam Factor out getBestEdgeCost structure
Thu, 18 Dec 2014 17:56:54 +0000 Chris Cannam The finder is supposed to use normalised path-cost when calculation expand direction (as in Java implementation). Also, provide a way to query the forward path. refactors
Wed, 19 Nov 2014 11:59:03 +0000 Chris Cannam Pull out feature extractor calls from Matcher, remove MatchFeeder, have only the feeder-from-features and use that in MatchVampPlugin refactors
Tue, 18 Nov 2014 10:03:36 +0000 Chris Cannam Fix handling of empty queues -- we should continue processing when a queue is empty only if we've reached end of file on both refactors_no_float
Fri, 14 Nov 2014 13:53:58 +0000 Chris Cannam Update both Feeders so as to recognise the end of one input before the other has ended. MatchFeeder does this by detecting trailing silence (as both its inputs are technically the same length since the shorter is zero-padded) and reporting that to Finder. MatchFeatureFeeder simply recognises missing features at the end and won't queue them. refactors_no_float
Thu, 13 Nov 2014 09:50:14 +0000 Chris Cannam Move source to src refactors base MatchFeatureFeeder.h@aa670b725109