摘要:
Tum RGB-D SLAM Dataset and Benchmark https://vision.in.tum.de/data/datasets/rgbd-dataset Kitti http://www.cvlibs.net/datasets/kitti/index.php CMU Data 阅读全文
摘要:
在VR开发时,有时需要用到物体高亮的功能。这里使用Highlighting System v3.0.1.unitypackage插件实现。 Highlighting System v3.0.1的介绍访问看这里: https://forum.unity3d.com/threads/highlighti 阅读全文
摘要:
三种计算c 程序运行时间的方法 第一种 : 利用 System.DateTime.Now 第二种 利用 Stopwatch 第三种 利用 c++ API 测试结果: example1 time 2001.486 example2 time 2000.6587 example3 time 2.0003 阅读全文
摘要:
linux每日一练:Enable multithreading to use std::thread: Operation not permitted问题解决 在linux在需要使用c++11时会遇到这样的问题。只要在cmake或者makefile中增加 " std=c++11 pthread" 阅读全文
摘要:
错误的提示: shell CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory not found in` /usr/bin s 阅读全文
摘要:
make: Nothing to be done for 'all' 解决方法 1.这句提示是说明你已经编译好了,而且没有对代码进行任何改动。 若想重新编译,可以先删除以前编译产生的目标文件: 然后再 2.出现这种情况解决方法: a. 清除安装时留下的文件 b.在运行一下 `ldconfig` 阅读全文