-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Description
I want to use surf in module xfeatures2d(just for research). I googled and tried to add "WRAP java" in the CMakeLists.txt file. Then I run:
"cmake -DOPENCV_EXTRA_MODULES_PATH=/home/sify/src/opencv_contrib/modules/ .."
in /<opencv_source_directory>/build directory but get a bunch of "symbol not found" errors.
I also tried this method in stackoverflow, also not working, it gets me "symbol lookup error: opencv/build/lib/libopencv_java310.so: undefined symbol: _ZN2cv11xfeatures2d4SURF6createEdiibb " error.
I don't know whether the java wrapper is finished or not. I'm using opencv 3.1.0 on opensuse.
nlw0 and rickythink