¡@

Home 

c++ Programming Glossary: vectorspecial

order a vector of points based on another vector

http://stackoverflow.com/questions/11341498/order-a-vector-of-points-based-on-another-vector

vectors of points vector Point2f vectorAll vector Point2f vectorSpecial Point2f is defined typedef Point_ float Point2f vectorAll has.. Point_ float Point2f vectorAll has 1000 point while vectorSpecial has 10 points. First Step I need to order the points in vectorSpecial.. has 10 points. First Step I need to order the points in vectorSpecial depending on their order in vectorAll. So something like this..