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

cv::KeyPoint may not be saving/loading as intended #271

Open
ymd-stella opened this issue Apr 3, 2022 · 2 comments
Open

cv::KeyPoint may not be saving/loading as intended #271

ymd-stella opened this issue Apr 3, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@ymd-stella
Copy link
Contributor

ymd-stella commented Apr 3, 2022

Describe the bug

When saving maps to sqlite3, cv::KeyPoint may not be saving/loading as intended. The following warning has been issued.

/openvslam/src/openvslam/data/map_database.cc:538:76: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class cv::KeyPoint' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]

Environment

  • CPU: Intel
  • OS: Ubuntu18.04
  • Commit id: 64f4f63
  • Install procedure: docker

Additional context

Related to #269.

@ymd-stella ymd-stella added the bug Something isn't working label Apr 3, 2022
@ymd-stella ymd-stella changed the title cv::KeyPoint may not be saving and loading as intended cv::KeyPoint may not be saving/loading as intended Apr 3, 2022
@ymd-stella
Copy link
Contributor Author

@BBin1103 Thanks for the report, but please create another issue because it is irrelevant to this issue.

@BBin1103
Copy link

@BBin1103 Thanks for the report, but please create another issue because it is irrelevant to this issue.

ok, #308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants