Mercurial > hg > match-vamp
diff src/MatchVampPlugin.cpp @ 155:2b61e0cb6847 structure
Make path retrieval available directly in pipeline; some ctor/operator= fixes (hopefully to become obsolete later)
author | Chris Cannam |
---|---|
date | Fri, 23 Jan 2015 17:33:37 +0000 |
parents | fcf0dd0166b1 |
children | d6cdbd814c8c |
line wrap: on
line diff
--- a/src/MatchVampPlugin.cpp Fri Jan 23 14:55:19 2015 +0000 +++ b/src/MatchVampPlugin.cpp Fri Jan 23 17:33:37 2015 +0000 @@ -587,10 +587,9 @@ FeatureSet returnFeatures; - Finder *finder = m_pipeline->getFinder(); std::vector<int> pathx; std::vector<int> pathy; - int len = finder->retrievePath(m_smooth, pathx, pathy); + int len = m_pipeline->retrievePath(m_smooth, pathx, pathy); int prevx = 0; int prevy = 0;