Skip to content
/ ldws Public

Performance Benchmarks for konsulko's Lane Departure Warning System stack on different compute units (CPU, GPU, FPGA)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

hershg/ldws

Repository files navigation

LDWS (Fork from konsulko/ldws)

Simple OpenCV/C++ Lane Departure Warning System with GPGPU support

Dependencies

* pkg-config
* TCLAP >= 1.2.0
* libconfig++ >=1.5
* OpenCV >= 3.0

Build

cmake .
make

Run

Execute LDWS:

./ldws --config-file examples/road-dual.conf

or

./ldws --config-file examples/road-single.conf

Enable OpenCL acceleration by adding

--enable-opencl

Enable CUDA acceleration by adding

--enable-cuda

License

Most of the code is Apache licensed (LICENSE) while the algorithm used in the LaneDetector class is MIT licensed (LICENSE.MIT).

TODO

  • Add lane departure detection and alerts

About

Performance Benchmarks for konsulko's Lane Departure Warning System stack on different compute units (CPU, GPU, FPGA)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published