OpenCV Python Hough Line Transform (Line Detection Algorithm Explained + Code)

preview_player
Показать описание
In this video, I will go over hough line transform in OpenCv with Python using VS Code. Hough line transform is a method to find lines in an image by parameterizing a line in polar coordinates and bin counting those parameters to find the high occurrence.

0:00 Introduction
0:18 What is hough line transform?
0:41 Why do we need hough line transform?
1:00 How does hough line transform work?
5:31 Code - hough line transform

Learn Python CV (computer vision) with OpenCV Python:

Thanks for watching! If you found this video helpful, please like, subscribe and share:

Social:
Рекомендации по теме
Комментарии
Автор

how do we decide what should be the ideal number of lines like when you changed some threshold values and we could see the number of lines changing?

emmawatson-xw
Автор

Thank you for sharing this,

Is there a solution to consolidate multiple closely parallel lines detected by my code into a single line?

mohsenarjmand