Lines Detection with Hough Transform

An algorithm to find lines in images

Socret Lee
Towards Data Science
7 min readMay 2, 2020

--

Line Detection using the Hough Transform Algorithm

Note: You can read the Chinese version of this article here.

I. Motivation

Recently, I found myself having to incorporate a document scanner feature into an app. After doing some research, I came across an article written by Ying Xiong who was a member of Dropbox’s machine learning…

--

--