-
Notifications
You must be signed in to change notification settings - Fork 143
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
Comments
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. |
Okay thanks, I will be careful about it. |
@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. |
Closed by JuliaImages/ImageFeatures.jl#28. |
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?
The text was updated successfully, but these errors were encountered: