C#编写汽车测距防碰撞追尾源码免费下载

【资源属性】:
资源名称:C#编写汽车测距防碰撞追尾源码
资源大小:17.91MMB
资源类别: 源码下载软件开发
更新时间:2022-12-14
资源语言:简体中文
授权方式:免费下载
使用平台:Windows/Linux/Mac
下载地址:下载地址

资源介绍:

C#编写汽车测距防碰撞追尾源码是一款基于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

资源标签: c# 汽车 测距 防碰撞 追尾