-
Notifications
You must be signed in to change notification settings - Fork 99
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
one big bug in code #14
Comments
Hi, thanks for pointing this out. Can you open a push request in github for
|
I meant pull request, sorry
|
arthurv,I am a new user of github,so I don't know how to "pull a request".I hope you to do that. |
tracker.filterPts()
It should be written this way:
//before using this function,points whose status is false has already been filted.
bool LKTracker::filterPts(vec_POINT2F *pts1,vec_POINT2F *pts2)
{
short i,a;
short n = pts2->size;
}
Check ZK's code,then you will know I'm right
The text was updated successfully, but these errors were encountered: