build opencv with java wrapper for android [closed]
Hi, I added some functionality in the chessboard.cpp and I can compile it on windows using VS2017. My final end is to use this added functionality on Android, so I need to compile OpenCV with java wrapper. Can anybody guide me how to do it?
Thanks a lot!
YL
see https://github.com/VlSomers/native-op...
My question is how to build OpenCV with java wrapper for android rather than how to use a prebuild OpenCV-android.
see https://answers.opencv.org/question/7...
i built on Windows 10 using
environment vars:
It works. Thanks!