ropensci / opencv

R bindings for OpenCV
https://docs.ropensci.org/opencv
Other
133 stars 27 forks source link

text detection example #34

Open engineerchange opened 3 years ago

engineerchange commented 3 years ago

Thank you for porting over this wonderful package!

I wanted to gauge what text detection features are available, namely localization and what options are available. A quick search for "text localization" on r-bloggers.com comes up with next to nothing, so I do think this is a needed functionality in the community.

I don't see any examples in the vignettes. I do see #17, however - are there any plans for further documentation/addition of opencv's text-based features into this R implementation?

jwijffels commented 3 years ago

Text detection is a huge field. Maybe this is what you are looking for https://cran.r-project.org/web/packages/image.textlinedetector/index.html https://github.com/DIGI-VUB/image.textlinedetector

engineerchange commented 3 years ago

Thanks, this other package is interesting. Both this package and the package you linked have an unclear license/copyright. Can you expand on what license(s) these fall under? Since this is a port of opencv, shouldn't this package have a FOSS license?

jeroen commented 3 years ago

The code is licensed under MIT:

https://github.com/ropensci/opencv/blob/6d88b770392d7208b109ee8742016f3caa61f014/DESCRIPTION#L13

This license only applies to the R bindings code from this repository. We do not bundle any upstream opencv code with this R package.

jeroen commented 3 years ago

We are open to contributes to this package by the way :-)

engineerchange commented 3 years ago

The code is licensed under MIT:

https://github.com/ropensci/opencv/blob/6d88b770392d7208b109ee8742016f3caa61f014/DESCRIPTION#L13

This license only applies to the R bindings code from this repository. We do not bundle any upstream opencv code with this R package.

Okay, thank you! The "license" link on the GitHub page says something different: https://github.com/ropensci/opencv/blob/master/LICENSE