-
Notifications
You must be signed in to change notification settings - Fork 149
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 transform feature request #85
Comments
It's not, at the moment, a priority for me (although I would gladly accept a patch), but I will leave the issue open for future reference. |
Mr luispedro 👍 |
import math import pylab class Line(): class Counter(dict): class LineDetectorByHough:
|
This is test code: -- coding: utf-8 --import unittest import matplotlib import matplotlib.pyplot as plt import pylab from LineDetectorByHough import LineDetectorByHough class TestLineDetectorByHough(unittest.TestCase):
|
Thanks, I would be happy to help you, but this is very hard to evaluate like this as the formatting is all messed up. Can you please submit this as a pull request? |
Thank you again, define _XOPEN_SOURCE 700^ |
I've used mahotas for detecting/labeling objects, and now need to add a Hough transform element to it. I'll probably use OpenCV for now, but to reduce dependencies I'd like to stick with only mahotas. I saw that Hough transforms were on the possible features list, and just wanted to make an issue to formally express interest in that.
Please close this issue if Hough transforms are no longer a planned feature, or if the issue queue isn't the right place to request this!
The text was updated successfully, but these errors were encountered: