Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if removed comments are needed. #53

Open
SabaAflaki opened this issue Jun 15, 2016 · 1 comment
Open

Check if removed comments are needed. #53

SabaAflaki opened this issue Jun 15, 2016 · 1 comment

Comments

@SabaAflaki
Copy link

Tracker.cpp:
commented lines are deleted:

          if(vKeyframeScores.size()>0)
        {
             double bestSortIndex = vKeyframeScores[0].second;
          //int k_itr = 1;
           //while( bestSortIndex < vKeyframeScores.size())
            //{
            //    bestSortIndex = vKeyframeScores[k_itr].second;
            //    k_itr++;
             //} //todo (adas) get rid of this, turn into circular buffer, this is a hack!
@SabaAflaki
Copy link
Author

Can I close this issue @arunxdas ? It looks like we don't need the commented code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant