abhn / marvel

Marvel - Face Recognition With Android & OpenCV
MIT License
226 stars 141 forks source link

UnsatisfiedLinkError #12

Open bha2020 opened 5 years ago

bha2020 commented 5 years ago

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

rehantu commented 5 years ago

@bha2020 have you found any solution? i tried using javacpp 1.2.1 but it is throwing compile time error as below

error: cannot access Pointer class file for com.googlecode.javacpp.Pointer not found  
error: cannot access IntPointer class file for com.googlecode.javacpp.IntPointer not found  
cultoftheunicorn/marvel/PersonRecognizer.java  
error: cannot access Pointer class file for com.googlecode.javacpp.Pointer not found  
error: cannot access IntPointer class file for com.googlecode.javacpp.IntPointer not found  

if any solution found plz share...

Moseqi commented 5 years ago

Any progress on this issue? Have you found any solution? @bha2020

ife123 commented 5 years ago

please help on this error

kevin4dhd commented 5 years ago

Alguna solucion?

MaxNative95 commented 5 years ago

Did you guys find any solution to this? I'm facing the same error in this project

Khushnidjon commented 4 years ago

guys, please....

thalles89 commented 4 years ago

hi, do someone solved this issue?