You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception seems to be related to a fix path in the lib?! Anyone?
Exception in thread "main" java.lang.RuntimeException: OpenCV(3.4.2) /Users/travis/build/bytedeco/javacpp-presets/opencv/cppbuild/macosx-x86_64/opencv-3.4.2/modules/core/src/matrix_wrap.cpp:800: error: (-215:Assertion failed) (flags & FIXED_TYPE) != 0 in function 'type'
at org.bytedeco.javacpp.opencv_imgcodecs.cvSaveImage(Native Method)
at ai.peyman.face.Test.main(Test.java:15)
The text was updated successfully, but these errors were encountered:
peymanman
changed the title
Starting issue. RuntimeException seems to be a fix path in the lib
Starting issue. RuntimeException. Seems to be a fix path in the lib
Aug 8, 2018
It's a known bug in the C API of OpenCV that they are not going to fix, see issue #998. I guess this means it's time to update the README.md file of JavaCV and use the C++ API instead...
Hi,
I just tried to use the very first example
The exception seems to be related to a fix path in the lib?! Anyone?
The text was updated successfully, but these errors were encountered: