ORB_SLAM2 icon indicating copy to clipboard operation
ORB_SLAM2 copied to clipboard

:recycle: Refactored the code to support OpenCV4 while fixing known bugs to compile and run perfectly on ubuntu 20.04

Open IHKYoung opened this issue 1 year ago • 0 comments

Refactor part of the code to support OpenCV4, not simply add header files. include:

  1. Simple OpenCV3 usage to OpenCV4
  2. Refactor PnPsolver.h

Fixed the known bugs discussed to run and compile perfectly on ubuntu 20.04.

IHKYoung avatar Mar 21 '23 15:03 IHKYoung