Update tutorials with opencv

This commit is contained in:
John Zhao 2018-06-08 00:22:59 +08:00
parent 209617dd24
commit 064b536822

View File

@ -90,9 +90,9 @@ endif()
## data ## data
make_executable2(get_device_info SRCS data/get_device_info.cc) make_executable2(get_device_info SRCS data/get_device_info.cc WITH_OPENCV)
make_executable2(get_img_params SRCS data/get_img_params.cc) make_executable2(get_img_params SRCS data/get_img_params.cc WITH_OPENCV)
make_executable2(get_imu_params SRCS data/get_imu_params.cc) make_executable2(get_imu_params SRCS data/get_imu_params.cc WITH_OPENCV)
make_executable2(get_stereo SRCS data/get_stereo.cc WITH_OPENCV) make_executable2(get_stereo SRCS data/get_stereo.cc WITH_OPENCV)
make_executable2(get_stereo_rectified SRCS data/get_stereo_rectified.cc WITH_OPENCV) make_executable2(get_stereo_rectified SRCS data/get_stereo_rectified.cc WITH_OPENCV)