Mercurial > hg > match-vamp
diff src/MatchFeatureFeeder.h @ 171:bb4507f24dc9 structure
Tidy up
author | Chris Cannam |
---|---|
date | Fri, 06 Feb 2015 13:07:30 +0000 |
parents | 28c73e5db2eb |
children | 24ddab06aace |
line wrap: on
line diff
--- a/src/MatchFeatureFeeder.h Fri Feb 06 11:46:23 2015 +0000 +++ b/src/MatchFeatureFeeder.h Fri Feb 06 13:07:30 2015 +0000 @@ -28,11 +28,6 @@ MatchFeatureFeeder(Matcher *m1, Matcher *m2); ~MatchFeatureFeeder(); - MatchFeatureFeeder(const MatchFeatureFeeder &other); - MatchFeatureFeeder &operator=(const MatchFeatureFeeder &other); - - void setMatchers(Matcher *m1, Matcher *m2); - /** * Feed the two supplied feature vectors to feeders 1 and 2 * respectively (depending on their advance status). Matchers must @@ -88,6 +83,10 @@ vector<int> m_fpx; vector<int> m_fpy; + + // not provided: + MatchFeatureFeeder(const MatchFeatureFeeder &other); + MatchFeatureFeeder &operator=(const MatchFeatureFeeder &other); }; #endif