-
Notifications
You must be signed in to change notification settings - Fork 751
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
static Mat.createFrom() missing #1
Labels
Comments
saudet
added a commit
that referenced
this issue
May 6, 2014
…t.copyFrom()` call `Mat.create()` as appropriate (issue #1)
Binary snapshot released here: |
Fixed in version 0.9. Thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On 05/03/2014 01:07 AM,
There's Mat.createFrom() that should do what you need:
https://github.com/bytedeco/javacpp-presets/blob/master/opencv/src/main/java/org/bytedeco/javacpp/helper/opencv_core.java#L2300
But whoops, I forgot to put them static. I'll be fixing that.
If possible, please open an issue here (just copy/paste), thanks!
The text was updated successfully, but these errors were encountered: