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

Seems no preset for opencv_contrib module with opencv3 #319

Closed
strgrb opened this issue Nov 15, 2016 · 10 comments
Closed

Seems no preset for opencv_contrib module with opencv3 #319

strgrb opened this issue Nov 15, 2016 · 10 comments

Comments

@strgrb
Copy link

strgrb commented Nov 15, 2016

opencv_contrib is in another repository for opencv3, and is missing in the opencv preset

@saudet
Copy link
Member

saudet commented Nov 15, 2016

Yes, it's another repository with more modules. Which one are you interested in?

@strgrb
Copy link
Author

strgrb commented Nov 15, 2016

maybe face and tracking

@saudet
Copy link
Member

saudet commented Nov 15, 2016

@strgrb
Copy link
Author

strgrb commented Nov 15, 2016

I would like to do it but maybe I need some guide, because I'm not so familiar with javacpp

@saudet
Copy link
Member

saudet commented Nov 15, 2016

Try to create presets/opencv_tracking.java based on presets/opencv_face.java and just rebuild from source with Maven: https://github.com/bytedeco/javacpp-presets/#build-instructions

@strgrb
Copy link
Author

strgrb commented Nov 15, 2016

thank you, I'll try it later.

@beligum
Copy link
Contributor

beligum commented Nov 29, 2016

[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?

@beligum
Copy link
Contributor

beligum commented Nov 30, 2016

Started working on this in a new topic, see #327 .

saudet added a commit that referenced this issue Mar 10, 2018
…ng`, `plot`, `structured_light`, `tracking`, and `xphoto` modules of OpenCV (issue #319)
@saudet
Copy link
Member

saudet commented Mar 10, 2018

Ok, it's done! Check the commit above, and try it out with the snapshots: http://bytedeco.org/builds/

@saudet
Copy link
Member

saudet commented Mar 31, 2018

The aruco, bgsegm, img_hash, phase_unwrapping, plot, structured_light, tracking, and xphoto modules are now included as of the release of version 1.4.1. Enjoy!

@saudet saudet closed this as completed Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants