You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
Describe the bug
When saving maps to sqlite3, cv::KeyPoint may not be saving/loading as intended. The following warning has been issued.
Environment
Additional context
Related to #269.
The text was updated successfully, but these errors were encountered: