We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi ihpdep, thanks for your share about you code. i am confused about the code
[vert_delta,tmp, horiz_delta] = find(response == max(response(:)), 1); in tracker.m
I can't understand what the tmp mean? i search the document about the find() and see [row,col,v] = find(___)
could you tell me what the tem is or what the find() return?
thank you!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi ihpdep,
thanks for your share about you code. i am confused about the code
[vert_delta,tmp, horiz_delta] = find(response == max(response(:)), 1); in tracker.m
I can't understand what the tmp mean? i search the document about the find() and see [row,col,v] = find(___)
could you tell me what the tem is or what the find() return?
thank you!!!
The text was updated successfully, but these errors were encountered: