我正在尝试运行此行:
BytePointer bP = new BytePointer(imageSource);
imageSource
是一个字节数组。我在控制台中收到以下错误:
SEVERE: Servlet.service() for servlet [spring] in context with path [/facerecognition] threw exception [Request processing failed; nested exception is java.lang.RuntimeException: No native JavaCPP library in memory. (Has Loader.load() been called?)] with root cause
java.lang.UnsatisfiedLinkError: com.googlecode.javacpp.BytePointer.allocateArray(I)V
重要提示:
javacpp.jar
openCV 248
我完全不知道发生了什么。