This app determines the percentage of disaster by comparing two photographs.
-
Enter this command in the shell
$ git clone https://github.com/sh-zam/Khasmer.git -
We will require both OpenCV and OpenCV-contrib for this. You can either build them individually or use opencv3-android-sdk-with-contrib or opencv-android-sdk-with-contrib. I used the latter because that is what I found first.
-
Now use
$ git clone https://github.com/Mainvooid/opencv-android-sdk-with-contrib.gitor download the zip and extract it. -
In
CMakeLists.txtfile on line 8 change the directory to the place where you saved your OpenCV libs.include_directories(<path-to-your-directory>/native/jni/include) -
Build and run :)