Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hough Transformation #56

Closed
Ashishsingh619 opened this issue Mar 10, 2021 · 4 comments · Fixed by #329
Closed

Hough Transformation #56

Ashishsingh619 opened this issue Mar 10, 2021 · 4 comments · Fixed by #329
Assignees
Labels
gssoc21 GirlScript Summer Of Code 2021 Level3 New features, major bug fixing

Comments

@Ashishsingh619
Copy link
Contributor

I want to implement all the hough transform methods like:
*Hough Line transformation
*Probabilistic Hough Line Transformation
*Hough Circle

To detect the lines and the circles in an Image.
This are my few implementation on the issue and working upon on it to make it more better:
For Hough circle:
hough_circles
For Hough Lines:
hough_lines

Sir @geekquad and Maam @kritikaparmar-programmer please assign me this issue to work on, I am a GSSoC'21 participant and would love to work on this issue.

@geekquad
Copy link
Owner

Hey @Ashishsingh619, Hough Line transformation is already assigned to someone.
However, you can move ahead with
*Probabilistic Hough Line Transformation
*Hough Circle
Happy Coding :)

@geekquad geekquad added gssoc21 GirlScript Summer Of Code 2021 Level3 New features, major bug fixing labels Mar 16, 2021
geekquad added a commit that referenced this issue May 11, 2021
Implemented Hough circles for issue #56
@noviicee
Copy link
Contributor

@geekquad can I take up the Probabilistic Hough Line Transformation part..?

@geekquad
Copy link
Owner

@geekquad can I take up the Probabilistic Hough Line Transformation part..?

Go ahead @noviicee.

@noviicee
Copy link
Contributor

@geekquad can I take up the Probabilistic Hough Line Transformation part..?

Go ahead @noviicee.

Thanks @geekquad
Created a PR regarding the same..
also, I see that Hough Line transformation is not added, can I take up that part too..?

geekquad added a commit that referenced this issue May 27, 2021
Added Probabilistic Hough Line Transformation [Part of #56]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc21 GirlScript Summer Of Code 2021 Level3 New features, major bug fixing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants