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 Transform for Line Detection #50

Open
maxcan opened this issue Jul 31, 2016 · 7 comments · May be fixed by #94
Open

Hough Transform for Line Detection #50

maxcan opened this issue Jul 31, 2016 · 7 comments · May be fixed by #94

Comments

@maxcan
Copy link

maxcan commented Jul 31, 2016

It was in the first GPUImage but hasn't been ported over yet. This would also require the Parallel Coordinates transform be ported over.

@maxcan
Copy link
Author

maxcan commented Aug 4, 2016

started work on this here: https://github.com/maxcan/GPUImage2/tree/mc01.1-add-hough-line-detection

very preliminary, but any thoughts / feedback / suggestions welcome.

@davies-w
Copy link

Im working on an archery scoring program, and I'd LOVE to see if I can test this. I'm a complete image processing and iOS/Mac newb, so any help you can give to me to get this up and running on a test image would be great.

@maxcan maxcan linked a pull request Nov 29, 2016 that will close this issue
@natew
Copy link

natew commented Feb 27, 2018

This would be awesome to see. We're working on a screen-based OCR system, this would be a key piece in detecting lines of text! (Combined with being able to attach GPUImage to a screen recording AVCaptureSession).

@johndpope
Copy link

distantly related - BradLarson/GPUImage#2208

@konstiantyn
Copy link

I'm working on driver license detection and recognition for OCR system. I'm capturing card image using AVcapturesession and trying rectangle detection by using Hough transform. So I need preprocess captured image by using GPUImage2 library in Swift 5.0, but I can't build it in Swift 5.0. there are so many errors.

@davies-w
Copy link

davies-w commented Apr 11, 2019 via email

@davies-w
Copy link

davies-w commented Apr 11, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants