C#源码

关注公众号 jb51net

关闭
C#编写汽车测距防碰撞追尾源码

C#编写汽车测距防碰撞追尾源码

热门排行

简介

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

大家还下载了