comparison src/MatchFeatureFeeder.h @ 147:3673e2dae6a7 structure

Factor out getBestEdgeCost
author Chris Cannam
date Thu, 22 Jan 2015 12:04:44 +0000
parents 42381e437fcd
children 4159f6b71942
comparison
equal deleted inserted replaced
146:214b72d55796 147:3673e2dae6a7
65 protected: 65 protected:
66 void feedBlock(); 66 void feedBlock();
67 void feed1(); 67 void feed1();
68 void feed2(); 68 void feed2();
69 69
70 Finder *m_finder; 70 Finder *m_finder; // I own this, and it refers to m_pm1 and m_pm2
71 Matcher *m_pm1; 71
72 Matcher *m_pm2; 72 Matcher *m_pm1; // I do not own this
73 Matcher *m_pm2; // I do not own this
73 74
74 std::queue<std::vector<double> > m_q1; 75 std::queue<std::vector<double> > m_q1;
75 std::queue<std::vector<double> > m_q2; 76 std::queue<std::vector<double> > m_q2;
76 77
77 vector<int> m_fpx; 78 vector<int> m_fpx;