Open bha2020 opened 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...
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?
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