marvel icon indicating copy to clipboard operation
marvel copied to clipboard

UnsatisfiedLinkError

Open bha2020 opened this issue 5 years ago • 7 comments

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

bha2020 avatar Dec 13 '18 09:12 bha2020

@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...

rehantu avatar Dec 26 '18 05:12 rehantu

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

Moseqi avatar Jan 12 '19 04:01 Moseqi

please help on this error

ife123 avatar May 02 '19 23:05 ife123

Alguna solucion?

kevin4dhd avatar Jun 23 '19 18:06 kevin4dhd

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

MaxNative95 avatar Sep 19 '19 21:09 MaxNative95

guys, please....

Khushnidjon avatar Dec 16 '19 19:12 Khushnidjon

hi, do someone solved this issue?

thalles89 avatar Jan 28 '20 20:01 thalles89