1 2 3 4
| Tracker.cpp:382:77: error: no matching function for call to 'sort(std::vector<std::pair<double, cv::Point_<double> > >::iterator, std::vector<std::pair<double, cv::Point_<double> > >::iterator, <unresolved overloaded function type>)'
Tracker.cpp:382:77: note: candidates are:
/usr/include/c++/4.6/bits/stl_algo.h:5394:5: note: template<class _RAIter> void std::sort(_RAIter, _RAIter)
/usr/include/c++/4.6/bits/stl_algo.h:5430:5: note: template<class _RAIter, class _Compare> void std::sort(_RAIter, _RAIter, _Compare) |