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

age author description
Fri, 06 Feb 2015 13:07:30 +0000 Chris Cannam Tidy up structure
Fri, 23 Jan 2015 14:55:19 +0000 Chris Cannam More cost query methods structure
Thu, 15 Jan 2015 17:29:49 +0000 Chris Cannam Attempt naive silence penalty -- not currently working, but the plots are food for thought silence_penalty
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
Thu, 04 Dec 2014 15:59:31 +0000 Chris Cannam Sample rate and fft size no longer needed in Matcher parameters refactors
Thu, 04 Dec 2014 13:23:10 +0000 Chris Cannam Feature size is not actually needed in Matcher feature_conditioner
Thu, 27 Nov 2014 16:50:14 +0000 Chris Cannam Tidy refactors
Thu, 27 Nov 2014 10:49:11 +0000 Chris Cannam Expose diagonal weight as a parameter 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
Wed, 19 Nov 2014 09:17:58 +0000 Chris Cannam Encapsulate get/set, add range and init checks refactors
Tue, 18 Nov 2014 16:35:15 +0000 Chris Cannam distYSize no longer needed, and some tidying and checks refactors
Fri, 14 Nov 2014 13:55:52 +0000 Chris Cannam Merge from branch "refactors_no_float" refactors
Fri, 14 Nov 2014 10:09:10 +0000 Chris Cannam If the distance metric is a float, the total path cost should be a double (otherwise discriminatory precision is lost as the overall total accumulates) refactors
Fri, 14 Nov 2014 09:02:32 +0000 Chris Cannam Comment refactors_no_float
Fri, 14 Nov 2014 09:02:32 +0000 Chris Cannam Comment refactors
Thu, 13 Nov 2014 15:09:04 +0000 Chris Cannam Some fixes: int -> float 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:59:41 +0000 Chris Cannam refactor: Remove unused declaration refactors
Thu, 13 Nov 2014 13:53:52 +0000 Chris Cannam refactor: m_ prefix refactors
Thu, 13 Nov 2014 13:43:37 +0000 Chris Cannam refactor: Group public/protected in a more typical C++ style refactors
Thu, 13 Nov 2014 13:19:53 +0000 Chris Cannam Fix to resizing logic. Regression test passes. refactors
Thu, 13 Nov 2014 12:50:54 +0000 Chris Cannam Make use of FeatureExtractor in Matcher refactors
Thu, 13 Nov 2014 09:50:14 +0000 Chris Cannam Move source to src refactors base Matcher.h@8a73e99cdeba