log src/MatchFeatureFeeder.cpp @ 246:aac9ad4064ea subsequence tip

age author description
Thu, 02 Jul 2020 17:26:58 +0100 Chris Cannam Stub out SubsequenceMatchVampPlugin subsequence
Thu, 02 Jul 2020 16:29:39 +0100 Chris Cannam Add a full-DTW implementation for subsequence experiments subsequence
Wed, 09 Sep 2015 09:57:57 +0100 Chris Cannam More copyright updates, add CITATION file v1.0
Fri, 27 Feb 2015 10:05:04 +0000 Chris Cannam Fix off-by-one in durations
Thu, 26 Feb 2015 15:52:16 +0000 Chris Cannam Normalised path costs should use a different type from un-normalised ones (because they are in a different range) re-minimise
Thu, 19 Feb 2015 17:17:20 +0000 Chris Cannam Toward allowing types to be small again. Doesn't currently build re-minimise
Thu, 19 Feb 2015 16:45:42 +0000 Chris Cannam Introduce (though don't use properly) types header; get to build types
Fri, 06 Feb 2015 13:07:30 +0000 Chris Cannam Tidy up structure
Fri, 06 Feb 2015 11:46:23 +0000 Chris Cannam Fixes to copy ctor, operator= -- but these shouldn't be necessary, should restructure structure
Thu, 05 Feb 2015 15:14:22 +0000 Chris Cannam Print queue length diagnostic 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, 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 14:14:52 +0000 Chris Cannam Remove more friend-classes cheap_diagonals
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
Wed, 19 Nov 2014 10:18:19 +0000 Chris Cannam Pull up Matcher set/get to public API, use only public API in Finder refactors
Tue, 18 Nov 2014 10:06:40 +0000 Chris Cannam Merge from branch refactors_no_float 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:55:52 +0000 Chris Cannam Merge from branch "refactors_no_float" refactors
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 18:50:25 +0000 Chris Cannam Comment refactors_no_float
Thu, 13 Nov 2014 18:50:25 +0000 Chris Cannam Comment refactors
Thu, 13 Nov 2014 14:43:03 +0000 Chris Cannam Replace char dist (inc dir in masked section) with float dist + separate dir refactors
Thu, 13 Nov 2014 13:53:52 +0000 Chris Cannam refactor: m_ prefix refactors
Thu, 13 Nov 2014 09:50:14 +0000 Chris Cannam Move source to src refactors base MatchFeatureFeeder.cpp@61a421078dda