-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
java.lang.NullPointerException: Pointer address of argument 3 is NULL on org.bytedeco.opencv.global.opencv_imgproc.rectangle #1599
Labels
Comments
saudet
added a commit
to bytedeco/javacpp-presets
that referenced
this issue
Feb 21, 2021
…`PointerScope` (issue bytedeco/javacv#1599)
That should be fixed with commit bytedeco/javacpp-presets@7f05222 |
This is what I write now:
It seems that there is no problem. Should I change it to:
|
Since you're allocating a new object each time, it's not going to make any
difference, no.
|
Thank you very much. |
The fix has been released with version 1.5.5! Enjoy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code runs with an NullPointerException
java.lang.NullPointerException: Pointer address of argument 3 is NULL.
at org.bytedeco.opencv.global.opencv_imgproc.rectangle(Native Method) ~[opencv-4.4.0-1.5.4.jar:4.4.0-1.5.4]
argument 3 isScalar.MAGENTA,What did I write wrong?
The text was updated successfully, but these errors were encountered: