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

No implementation of Hough Line Transform #600

Closed
annimesh2809 opened this issue Mar 2, 2017 · 4 comments
Closed

No implementation of Hough Line Transform #600

annimesh2809 opened this issue Mar 2, 2017 · 4 comments

Comments

@annimesh2809
Copy link
Contributor

I did not find any implementation of hough line transform in julia images. Can I add an implementation of hough line transform similar to that of matlab to julia?

@timholy
Copy link
Member

timholy commented Mar 2, 2017

That would be great. The one thing you need to be careful of is the license. This package (and all the packages in JuliaImages) are MIT licensed; if you even read code that has a restrictive license, you're not allowed to reimplement it using a permissive license. So make sure you check the license status of any code before you start looking at it.

@annimesh2809
Copy link
Contributor Author

Okay thanks, I will be careful about it.

@mronian
Copy link
Contributor

mronian commented Mar 2, 2017

@annimesh2809 There is an OpenCV implementation as well. You could use that as a starting point 😄 It would be great to have other hough transforms (circles etc) as well in ImageFeatures.jl.

@timholy
Copy link
Member

timholy commented Apr 2, 2017

Closed by JuliaImages/ImageFeatures.jl#28.

@timholy timholy closed this as completed Apr 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants