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;
|
return 1;
|
||||||
}
|
}
|
||||||
// Show the origin image.
|
// Show the origin image.
|
||||||
cv::imshow("img",im);
|
// cv::imshow("img",im);
|
||||||
|
|
||||||
auto currentTime = std::chrono::high_resolution_clock::now();
|
auto currentTime = std::chrono::high_resolution_clock::now();
|
||||||
auto timestamp = std::chrono::duration_cast<std::chrono::nanoseconds>(currentTime.time_since_epoch());
|
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})
|
# target_link_libraries(stereo_realsense_D435i ${PROJECT_NAME})
|
||||||
# endif()
|
# endif()
|
||||||
|
|
||||||
# #Monocular examples
|
# Monocular examples
|
||||||
# set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/Examples/Monocular)
|
# Setting binary ouput directory
|
||||||
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/Application)
|
||||||
|
|
||||||
# add_executable(mono_tum
|
# add_executable(mono_tum
|
||||||
# Examples/Monocular/mono_tum.cc)
|
# Examples/Monocular/mono_tum.cc)
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue