forked from logzhan/ORB-SLAM3-UESTC
correct cmakelist file err, correct imshow influence orbslam bug
parent
7eb6fd0be1
commit
99e796de61
Binary file not shown.
|
@ -97,7 +97,7 @@ int main(int argc, char **argv)
|
|||
return 1;
|
||||
}
|
||||
// Show the origin image.
|
||||
cv::imshow("img",im);
|
||||
// cv::imshow("img",im);
|
||||
|
||||
auto currentTime = std::chrono::high_resolution_clock::now();
|
||||
auto timestamp = std::chrono::duration_cast<std::chrono::nanoseconds>(currentTime.time_since_epoch());
|
||||
|
|
|
@ -191,8 +191,9 @@ endif()
|
|||
# target_link_libraries(stereo_realsense_D435i ${PROJECT_NAME})
|
||||
# endif()
|
||||
|
||||
# #Monocular examples
|
||||
# set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/Examples/Monocular)
|
||||
# Monocular examples
|
||||
# Setting binary ouput directory
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/Application)
|
||||
|
||||
# add_executable(mono_tum
|
||||
# Examples/Monocular/mono_tum.cc)
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue