Cartoonifier_Android

 

Hi friend! I am Dennis.

This file will teach you how to configure & debug the ‘Cartoonifier’ project on Android platform.

1.OpenCV Android

Official Documents

Opencv4Android

Introduction into AndroidDevelopment https://docs.opencv.org/2.4/doc/tutorials/introduction/android_binary_package/android_dev_intro.html)

OpenCV4Android SDK https://docs.opencv.org/2.4/doc/tutorials/introduction/android_binary_package/O4A_SDK.html#o4a-sdk

Android Development with OpenCV https://docs.opencv.org/2.4/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html

JDK

Android Dev Environment adt-bundle android-studio sdk adt

Download

adt-bundle = Ecipse+(NDK)+Android SDK + ADT +CDT

NDK Download

com.android.ide.eclipse.ndk_23.0.2.1259578.jar let Eclipse “windows-Preference-Android” has “NDK”.

[OpenCV-Android-SDK](https://sourceforge.net/projects/opencvlibrary/files/opencv-android/2.4.11/OpenCV-2.4.11-android-sdk.zip/download

3.Installation and Configuration

Edit the Android.mk file:

androidmk

adt-bundle Installation and Eclipse Configuration

https://jingyan.baidu.com/article/1612d500a83696e20e1eee0b.html

Open Android Project on Eclipse

https://blog.csdn.net/widenstage/article/details/81284679

Eclipse ND Configuration

https://www.cnblogs.com/chenjiajin/archive/2012/04/12/2444188.html

Android NDK: APP_STL stlport_static is no longer supported

https://www.jianshu.com/p/29650d3a5eab (choose right NDK version)

Opencv Configuration on Eclipse

https://blog.csdn.net/colourful_sky/article/details/69487720

[Error:Program “sh” not found in PATH] (https://blog.csdn.net/qingyanyichen/article/details/51153419)

Finally the project catagory tree like this:

catagorytree

App Icon like this:

AppIcon

Run it and get the cartoonified image by clicking the screen:

Example

Send me email if you have any questions.

If you like it, please don’t forget to give me a star :smile:.

GitHub Pages