基本信息
源码名称:C#编写的汽车测距防碰撞追尾
源码大小:17.91M
文件格式:.rar
开发语言:C#
更新时间:2021-05-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 5 元 
   源码介绍
OPENCV车道检测与车辆识别

LaneDetection

├── LaneDetection
│   ├── LaneDetection.csproj
│   ├── LaneDetection.csproj.user
│   ├── Program.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── LaneDetection.exe
│   │   │   ├── LaneDetection.exe.config
│   │   │   ├── LaneDetection.pdb
│   │   │   ├── LaneDetection.vshost.exe
│   │   │   ├── LaneDetection.vshost.exe.config
│   │   │   ├── OpenCvSharp.dll
│   │   │   ├── OpenCvSharpExtern.dll
│   │   │   ├── haarcascade_cars3.xml
│   │   │   ├── opencv_calib3d231.dll
│   │   │   ├── opencv_contrib231.dll
│   │   │   ├── opencv_core231.dll
│   │   │   ├── opencv_features2d231.dll
│   │   │   ├── opencv_ffmpeg.dll
│   │   │   ├── opencv_flann231.dll
│   │   │   ├── opencv_highgui231.dll
│   │   │   ├── opencv_imgproc231.dll
│   │   │   ├── opencv_objdetect231.dll
│   │   │   ├── opencv_video231.dll
│   │   │   ├── road.avi
│   │   │   └── tbb.dll
│   │   └── Release
│   └── obj
│       └── x86
│           ├── Debug
│           └── Release
└── LaneDetection.sln

9 directories, 26 files