-
Notifications
You must be signed in to change notification settings - Fork 744
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
Seems no preset for opencv_contrib module with opencv3 #319
Comments
Yes, it's another repository with more modules. Which one are you interested in? |
maybe face and tracking |
Here's face: |
I would like to do it but maybe I need some guide, because I'm not so familiar with javacpp |
Try to create |
thank you, I'll try it later. |
[offtopic: I hope I'm not thread stealing here, but it makes sense to not start a new one..] I recently discovered opencv has it's own text detection features now (I'm not talking about OCR, this is about the step before eg. tesseract): http://docs.opencv.org/3.1.0/da/d56/group__text__detect.html These couple of functions are the ideal match to the Tesseract (and others) modules since they allow us to pull text from any image or frame. Any chance there's a JavaCPP preset already for opencv text anywhere? |
Started working on this in a new topic, see #327 . |
…ng`, `plot`, `structured_light`, `tracking`, and `xphoto` modules of OpenCV (issue #319)
Ok, it's done! Check the commit above, and try it out with the snapshots: http://bytedeco.org/builds/ |
The |
opencv_contrib is in another repository for opencv3, and is missing in the opencv preset
The text was updated successfully, but these errors were encountered: