-
Notifications
You must be signed in to change notification settings - Fork 141
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
UnsatisfiedLinkError #12
Comments
@bha2020 have you found any solution? i tried using javacpp 1.2.1 but it is throwing compile time error as below
if any solution found plz share... |
Any progress on this issue? Have you found any solution? @bha2020 |
please help on this error |
Alguna solucion? |
Did you guys find any solution to this? I'm facing the same error in this project |
guys, please.... |
hi, do someone solved this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I enter person name and pressing Next Button, it throws java.lang.UnsatisfiedLinkError: dlopen failed: library "../../lib/libtbb.so" not found .
at line faceRecognizer = com.googlecode.javacv.cpp.opencv_contrib.createLBPHFaceRecognizer(2,8,8,8,200);
for this I changed I to faceRecognizer = com.googlecode.javacv.cpp.opencv_contrib.createEigenFaceRecognizer(10,123.0);
also.
But did't work.
Please Help
The text was updated successfully, but these errors were encountered: