{"id":17145307,"url":"https://github.com/alyssaq/hough_transform","last_synced_at":"2025-07-29T23:08:35.114Z","repository":{"id":24467013,"uuid":"27870508","full_name":"alyssaq/hough_transform","owner":"alyssaq","description":"Hough Transform implementation in Python","archived":false,"fork":false,"pushed_at":"2022-07-11T09:44:56.000Z","size":545,"stargazers_count":130,"open_issues_count":1,"forks_count":52,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-10T07:12:38.254Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alyssaq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-11T12:27:39.000Z","updated_at":"2024-11-28T22:55:28.000Z","dependencies_parsed_at":"2022-08-22T16:40:10.751Z","dependency_job_id":null,"html_url":"https://github.com/alyssaq/hough_transform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyssaq%2Fhough_transform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyssaq%2Fhough_transform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyssaq%2Fhough_transform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyssaq%2Fhough_transform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alyssaq","download_url":"https://codeload.github.com/alyssaq/hough_transform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230494917,"owners_count":18235046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python"],"created_at":"2024-10-14T21:05:23.025Z","updated_at":"2024-12-19T20:07:13.869Z","avatar_url":"https://github.com/alyssaq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hough Transform - Line Detection\n[![Build Status](https://travis-ci.org/alyssaq/hough_transform.svg?branch=master)](https://travis-ci.org/alyssaq/hough_transform)\n\nPython implementation of hough transform for detecting lines in images.    \nExplanation of how the hough transform works in my blog post: [Understanding Hough Transform](https://alyssaq.github.io/2014/understanding-hough-transform)\n\n## Requirements\n* Tested on Python 2.7 and Python 3.6\n* `pip install -r requirements.txt`\n\n## Usage\n```py\npython hough_transform.py\n```\n## Sample \n![hough transform image](imgs/output.png)\n\n## Tests\n```py\npython hough_transform_test.py\n```\n\n## Resources\n* OpenCV's hough transform documentation: \n\u003chttp://docs.opencv.org/doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.html\u003e\n* EGGN 512 hough transform lecture in 3 parts:\n\u003chttps://www.youtube.com/watch?v=uDB2qGqnQ1g\u003e\n\n## License\n[MIT](https://alyssaq.github.io/mit-license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falyssaq%2Fhough_transform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falyssaq%2Fhough_transform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falyssaq%2Fhough_transform/lists"}