AdityaMulgundkar / flutter_opencv

Flutter plug-in providing (a few) basic bindings to OpenCV-4.x. OpenCV methods implemented without the Core packages. WIP.
https://pub.dev/packages/opencv
Other
125 stars 55 forks source link

Add support of Hough Lines #5

Closed J-x-D closed 4 years ago

J-x-D commented 4 years ago

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.

AdityaMulgundkar commented 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.

ghost commented 4 years ago

I'd appreciate some hough lines too

ventr1x commented 4 years ago

@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.

AdityaMulgundkar commented 4 years ago

@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.

Gyoko commented 4 years ago

@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.

AdityaMulgundkar commented 4 years ago

Hey @J-x-D @anotherdeveloper @ventr1x @Gyoko This was updated in opencv: 1.0.4. Please update to this version and test it out!