拷贝托盘库系统架构

This commit is contained in:
qupengwei
2026-01-06 10:49:45 +08:00
parent 893a24af55
commit 17d96c61c4
107 changed files with 35274 additions and 0 deletions

6
image_capture/note.md Normal file
View File

@@ -0,0 +1,6 @@
# 确保在 image_capture 目录下
cd d:\Git\stereo_warehouse_inspection\image_capture
Remove-Item -Recurse -Force build
# 使用 Visual Studio 生成器重新配置项目: 指定 -G "Visual Studio 17 2022" (根据你的VS版本调整通常是 16 2019 或 17 2022)。
cmake -G "Visual Studio 17 2022" -A x64 -B build
cmake --build build --config Release