mirror of
https://github.com/Karllzy/cotton_color.git
synced 2025-11-08 18:53:53 +00:00
| .. | ||
| color_range.cpp | ||
| color_range.h | ||
| onnx_running.cpp | ||
| onnx_running.h | ||
| README.md | ||
| template_matching.cpp | ||
| template_matching.h | ||
| ui.cpp | ||
| ui.h | ||
MIL库环境配置
include_directories(E:/QTexamble/matrox/Include)
将路径修改为你的安装目录 .../Matrox Imaging/MIL/Include
添加 MIL 库的库文件路径
link_directories(E:/QTexamble/matrox/LIB) file(GLOB MIL_LIBS E:/QTexamble/matrox/LIB/*.lib) 同理 将E:/QTexamble/matrox/LIB部分替换为安装目录下的.../Matrox Imaging/MIL/LIB 即可