My OpenCV playground contains
- Feature detection with FAST using OpenCV Java SDK
- Feature detection with FAST for post captured image using Android camera2 using OpenCV Java SDK
- Feature detection with FAST using native class to process with OpenCV native libs
- Checkout the source codes open in Android Studio
- Open file CMakelists.txt, update your OpenCV sdk path at line "include_directories(YOUR_OPENCV_SDK_PATH/sdk/native/jni/include)"
- Find all "OpenCVLoader.OPENCV_VERSION_3_3_0" in projects and replace with your OpenCV version
- Copy all native libs from your OpencvSdkFolder\sdk\native\libs to myopencv\app\src\main\jniLibs
- Run and install