Mercurial > hg > match-vamp
diff src/MatchPipeline.h @ 143:6914a6a01ffc refactors
Transplant the distance metric parameter structure from silence_penalty branch (even though normalisation is currently the only thing in it)
author | Chris Cannam |
---|---|
date | Fri, 16 Jan 2015 10:18:00 +0000 |
parents | 42381e437fcd |
children | 2b61e0cb6847 581b1118ec28 |
line wrap: on
line diff
--- a/src/MatchPipeline.h Thu Jan 08 12:11:27 2015 +0000 +++ b/src/MatchPipeline.h Fri Jan 16 10:18:00 2015 +0000 @@ -38,6 +38,7 @@ */ MatchPipeline(FeatureExtractor::Parameters feParams, FeatureConditioner::Parameters fcParams, + DistanceMetric::Parameters dParams, Matcher::Parameters matchParams); ~MatchPipeline();