Closed J-x-D closed 4 years ago
Hi @J-x-D, Sorry for the late reply. I actually missed the notification generated by this issue.
Nevertheless, I'm currently working on a stable iOS build along with all base drawing features. I'll check if I can implement houghLines in the current version & push that out (without the newer planned features) immediately.
I'll drop you a message here once I push another version out.
I'd appreciate some hough lines too
@AdityaMulgundkar To just hijack this issue because it's been mentioned: Are you still actively interested in this plugin? Do you need help, especially for the iOS part (how is that coming along?)?.
I'm currently planning a computer vision heavy project that likely needs opencv and I'm either integrating opencv myself or helping with this project. But I need to move faster than an update every two months.
I also do not mind to sponsor some development time if that would motivate you.
@ventr1x Hey. I agree that my current speed is pretty slow. I won't bother you with the specifics/reasons, but I sure do need a lot of help managing this:
I really appericiate the fact that you're here to help me out, and I'd love to get your thoughts/opinions on this. If you feel there are parts that I'm managing/doing incorrectly, I need you to be open & point those out too - whatever works best for the plugin/project.
@AdityaMulgundkar
You can set up a ko-fi account for tips or sponsorship, as you call it. I'm pretty sure there are lots of people needing iOS version of this.
Discord for the project would be nice, I guess.
Hey @J-x-D @anotherdeveloper @ventr1x @Gyoko This was updated in opencv: 1.0.4. Please update to this version and test it out!
In my project, I would need line detection. Therefore it would be awesome if you could extend the library with the houghLines-function as you already did with the houghCirlces-function.
The feature is implemented in the Andoird/IOS/Python libraries of open OpenCV (here) and allows detecting lines. A solution should look like the pictures described in their documentation.