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