嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
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