Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 735 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 735 Bytes

rs-armor-detector

RealSense 装甲板识别示例

本示例使用了东南大学的开源装甲板识别方案(SEU-SuperNova-CVRA/Robomaster2018-SEU-OpenSource),其相关代码位于 src/seu-detect 下。

效果展示

picture-1 picture-2

构建

构建依赖:

克隆仓库后执行:

cd build
cmake ..
make

随后运行 build 目录下的 rs-armor-detector 文件即可。