google benchmark 1 安装1234567$ sudo apt install g++ cmakegit clone https://github.com/google/benchmark.gitgit clone https://github.com/google/googletest.git benchmark/googletestmkdir build && cd buildcmake -DCMAK 2025-02-22 工具 > benchmark
gtest入门-1 安装1234567$ git clone https://github.com/google/googletest.git$ cd googletest$ mkdir build$ cd build$ cmake ..$ make$ sudo make install 2025-02-22 工具 > gtest
光机接口 onceProject1234567891011121314151617bool ProjectorDlpc34xx::project(const bool isContinue) { if(!isInitial_) { return false; } if (isContinue) { DLPC34XX_Wri 2025-02-22 StructLight
光机接口测试 DLPC-API-1.10给的API比较杂,有很多也用不上,需要自己另外定义接口,官方给的有一个示例程序,程序里封装了一部分接口,先测试这些接口能不能用,然后在这个基础上增加需要的接口,实例程序中的包括: 2025-02-22 嵌入式结构光三维重建项目