Skip to content

line detection using Hough transform and GMM for clustering in Hough space.

License

Notifications You must be signed in to change notification settings

yasinyildirim/HoughLineDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hough line detection

Detects lines in Hough space with Gausian Mixture Models.

1. Introduction

It is written as an alternative to openCV's (3.1.0 so far) HoughLines() method, which has problems in calculating local maxima (in nonmaximum suppresion) in the Hough space.

2. Dependencies

  • OpenCV
  • c++ compiler

About

line detection using Hough transform and GMM for clustering in Hough space.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages