Skip to content

This script is responsible for extracting circular features from an image using Hough Transform

Notifications You must be signed in to change notification settings

fernandorovai/HoughTransform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script is responsible for extracting circular features from an image

Developed and tested with:
os:             Ubuntu Xenial (16.04)
python version: Python 3.5.2
opencv version: 3.3.0

Notes:

The code was created using a virtualenv, please run pip install -r requirements.txt

python3 pycv-proj-test.py images/image_filename

Algorithm:

  • Image pre-processing ( transform to grayscale, erode/dilate and apply gaussian filter )
  • Feature Extraction ( apply Circular Hough Transform )

circles_result shapes_leo_result

About

This script is responsible for extracting circular features from an image using Hough Transform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages