comparison 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
comparison
equal deleted inserted replaced
134:046f51a2ca25 135:42381e437fcd
89 case Matcher::AdvanceNone: 89 case Matcher::AdvanceNone:
90 cerr << "m_finder says AdvanceNone!" << endl; 90 cerr << "m_finder says AdvanceNone!" << endl;
91 break; 91 break;
92 } 92 }
93 } 93 }
94
95 m_fpx.push_back(m_pm2->getFrameCount());
96 m_fpy.push_back(m_pm1->getFrameCount());
94 } 97 }
95 98
96 void 99 void
97 MatchFeatureFeeder::feed1() 100 MatchFeatureFeeder::feed1()
98 { 101 {