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.git
or download the zip and extract it. -
In
CMakeLists.txt
file 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 :)