├── 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