Skip to content

Adilius/hough-transform-simple

Repository files navigation

Python version

Simple Hough transform

Simple implementation of Hough transform in Python 3.10 using Numpy

Quick start

  1. Clone repository:
git clone https://github.com/Adilius/hough-transform-simple.git
  1. Change directory to repository:
cd .\hough-transform-simple\
  1. Install required packages:
pip3 install -r .\requirements.txt
  1. Run script!
python .\hough_transform.py

Output

With input_text.txt set to these coordinates

2,2
3,1.5
6,0

figure_1

With input_text.txt set to these coordinates

2,2
5,3
6,0

figure_2

About

Simple implementation of Hough transform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages