mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added MYNT EYE S support. Fixed StereoCameraModel rectification not done with non-square images, also updated to support fisheye model.
This commit is contained in:
@@ -35,6 +35,7 @@ SET(SRC_FILES
|
||||
camera/CameraStereoZed.cpp
|
||||
camera/CameraStereoTara.cpp
|
||||
camera/CameraVideo.cpp
|
||||
camera/CameraMyntEye.cpp
|
||||
|
||||
EpipolarGeometry.cpp
|
||||
VisualWord.cpp
|
||||
@@ -306,6 +307,13 @@ IF(FlyCapture2_FOUND)
|
||||
)
|
||||
ENDIF(FlyCapture2_FOUND)
|
||||
|
||||
IF(mynteye_FOUND)
|
||||
SET(LIBRARIES
|
||||
${LIBRARIES}
|
||||
mynteye # target
|
||||
)
|
||||
ENDIF(mynteye_FOUND)
|
||||
|
||||
IF(WITH_TORO)
|
||||
SET(SRC_FILES
|
||||
${SRC_FILES}
|
||||
|
||||
Reference in New Issue
Block a user