-
Notifications
You must be signed in to change notification settings - Fork 21
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
Incompatible with OpenCV 3.0 or greater #2
Comments
I might have a local version that works on 3.0 if you check my repo it
might be there.
…On Saturday, January 28, 2017, Emile Hamwey ***@***.***> wrote:
When running the showImage() method in OpenCV 3.0 or greater, an exception
is returned:
Exception in thread "Thread-0" java.lang.NoClassDefFoundError:
org/opencv/highgui/Highgui
This is because Highgui has been removed in opencv 3.0 and split into two
different packages - see this stackexchange for more details
http://stackoverflow.com/questions/25059576/highgui-is-
missing-from-opencv-3-0-0-jar
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ADUDwUMFVAW60-d_RoZslzG4pVRZk1fDks5rW3yIgaJpZM4LwkEb>
.
|
@ehamwey here's an imshow that works on 3.0 - https://github.com/AnEmortalKid/Imshow/blob/stable/src/test/java/com/anemortalkid/imshow/Imshow.java |
The source code does work on OpenCV >= 3.0. Apparently only the .jar file wasn't updated. |
The same exception, it do work out only in lower version... |
@setihex would this version work for you: https://github.com/AnEmortalKid/Imshow |
When running the showImage() method in OpenCV 3.0 or greater, an exception is returned:
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/opencv/highgui/Highgui
This is because Highgui has been removed in opencv 3.0 and split into two different packages - see this stackexchange for more details http://stackoverflow.com/questions/25059576/highgui-is-missing-from-opencv-3-0-0-jar
The text was updated successfully, but these errors were encountered: