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

text detection example #34

Open
engineerchange opened this issue Aug 2, 2021 · 5 comments
Open

text detection example #34

engineerchange opened this issue Aug 2, 2021 · 5 comments

Comments

@engineerchange
Copy link

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Member

jeroen commented Aug 4, 2021

The code is licensed under MIT:

License: MIT + file LICENSE

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
Copy link
Member

jeroen commented Aug 4, 2021

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

@engineerchange
Copy link
Author

The code is licensed under MIT:

License: MIT + file LICENSE

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

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

No branches or pull requests

3 participants