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
|