Search:

Type: Posts; User: plasma

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    7,186

    Hi EVOEx, Thanks for replying. :) May I how...

    Hi EVOEx,

    Thanks for replying. :)

    May I how can i implement an operator for CvPoint, and where should i put it?

    I am sorting the paired values on the basis of increasing double values, with...
  2. Replies
    13
    Views
    7,186

    Help on std::sort on pair variables

    This works fine, if i declare a pair of <double, int>



    std::vector< pair<double,int> >test;
    test.push_back(pair<double,int>(0.1,3));
    test.push_back(pair<double,int>(0.3,6));...
Results 1 to 2 of 2