Files
pallet_storage_detection_sy…/image_capture/note.md
2026-01-04 16:51:58 +08:00

6 lines
359 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 确保在 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