akshitagupta15june / lane_detection_opencv

The main emphasis of this project is to find the further ways which can be used further to improve the result of lane detection algorithms. Join Discord channel for discussion.
https://discord.gg/CWqgNWbNye
MIT License
37 stars 36 forks source link

Updating README with Probabilistic Hough Transform information #77

Closed rsrkpatwari1234 closed 3 years ago

rsrkpatwari1234 commented 3 years ago

Describe the bug The README describes the usage of hough transform in the lane detection module.However, the optimised version of hough transform called probabilistic hough transform is used. There is lot of diference between the two algorithms.

To Reproduce Steps to reproduce the behavior:

  1. Adding information about probabilistic hough transform in readme
  2. explaining in short why using this version instead of normal hough transform
  3. using 2 diagrams to compare the behaviour of the two algorithms
  4. explaning the importance of values of minLineLength and maxLineGap in the HoughLinesP() function which basically differs it from normal HoughLines() opencv function
rsrkpatwari1234 commented 3 years ago

@akshitagupta15june please assign me this issue under nwoc and update my score if the issue seems appropriate to you

github-actions[bot] commented 3 years ago

Hi thanks for creating your first issue at lane_detection_opencv, hope you followed the guidelines.

rsrkpatwari1234 commented 3 years ago

@akshitagupta15june please assign this issue to me under nwoc

akshitagupta15june commented 3 years ago

ok @rsrkpatwari1234