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
My understanding was that this app runs with 640x480(width x height) images, but why the mask in the feature_tracker.hpp
#define COL 480 #define ROW 640 /* image frame --------> x:480 | | | | | | y:640 */
is that mean the image has been rotated somewhere? but I cannot find the rotation code.
why feature_tracker uses the portrait image? Thanks a lot!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My understanding was that this app runs with 640x480(width x height) images, but why the mask in the feature_tracker.hpp
is that mean the image has been rotated somewhere? but I cannot find the rotation code.
why feature_tracker uses the portrait image?
Thanks a lot!
The text was updated successfully, but these errors were encountered: