diff src/MatchPipeline.cpp @ 135:42381e437fcd refactors

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.
author Chris Cannam
date Thu, 18 Dec 2014 17:56:54 +0000
parents 921a88e8859d
children cfba9aec7569
line wrap: on
line diff
--- a/src/MatchPipeline.cpp	Thu Dec 11 15:16:15 2014 +0000
+++ b/src/MatchPipeline.cpp	Thu Dec 18 17:56:54 2014 +0000
@@ -97,6 +97,12 @@
     getFinder()->setDurations(m_lastFrameIn1, m_lastFrameIn2);
 }
 
+MatchFeatureFeeder *
+MatchPipeline::getFeeder()
+{
+    return &m_feeder;
+}
+
 Finder *
 MatchPipeline::getFinder()
 {