Android Open Source - Framework image filtrations






Project Summary

Sample Android application using openCV framework to pretends some of in-built openCV image transformations and image filtrations.

Web Site / Source Repository

filtrations is hosted in the following web site
https://github.com/feromakovi/filtrations

If you think the Android project filtrations listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of filtrations.

ItemValue
Java File Count8
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of filtrations is as follows:

GNU General Public License

Resource Files

There are 3 image files in filtrations. The names of the image files are listed as follows.

content_new_picture.png
ic_no_image.png
menu_ic_action_send.png

The following screenshort is generated from the image listed above.

null

Java Source Files

sk.feromakovi.android.opencv.filtrations.MainActivity.java
sk.feromakovi.android.opencv.filtrations.processing.DilateProcessor.java
sk.feromakovi.android.opencv.filtrations.processing.ErodeProcessor.java
sk.feromakovi.android.opencv.filtrations.processing.Filter2dProcessor.java
sk.feromakovi.android.opencv.filtrations.processing.ImageProcessor.java
sk.feromakovi.android.opencv.filtrations.util.FileHelper.java
sk.feromakovi.android.opencv.filtrations.util.ImagePicker.java
sk.feromakovi.android.opencv.filtrations.util.IntentHelper.java