diff src/MatchFeatureFeeder.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 9be9182d4321
children 4159f6b71942
line wrap: on
line diff
--- a/src/MatchFeatureFeeder.cpp	Thu Dec 11 15:16:15 2014 +0000
+++ b/src/MatchFeatureFeeder.cpp	Thu Dec 18 17:56:54 2014 +0000
@@ -91,6 +91,9 @@
             break;
         }
     }
+
+    m_fpx.push_back(m_pm2->getFrameCount());
+    m_fpy.push_back(m_pm1->getFrameCount());
 }
 
 void