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 https://github.com/stella-cv/stella_vslam/pull/269.