Skip to content

Implementation of standart Hough transform algorithm.

License

Notifications You must be signed in to change notification settings

luminousmen/houghLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hough lines

University course work. You can use it as example for your studies.

This program implements standart Hough transform algorithm. But it's not uses opencv hough lines function, I do it manualy. OpenCV library needed for standart functions.

Dependencies

Algorithm

Wiki

Usage

Usage: [options]

Options:
	-i  - image path
	-l  - limit
$ make
$ ./prog -i lines.png -l 400 

Results

result result

Test picture in Hough space:

result

Examples

photo1 result1

photo1 result1

About

Implementation of standart Hough transform algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published