Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image processing on Android - what libraries can I use?

I need it specifically for image distortion (filters, blurring, etc also welcomed ;) ). Do you know some libraries with appropriate license (Apache, MIT, LGPL also), that I can use? Propriety libraries with reasonable prices - open to them also. Can be in C also.

thanks in advance, danail

like image 202
Danail Avatar asked Oct 26 '10 14:10

Danail


People also ask

Which Android library is best?

📊 MPAndroidChart MPAndroidChart is a powerful Android chart/graph view library. It supports many different views such as line, bar, bubble, pie, radar, and candlestick charts, along with scaling, animations, and dragging.

Which image format is best for Android studio?

YCrCb format used for images, which uses the NV21 encoding format. This is the default format for android.

What is image processing in Android?

Android allows you to manipulate images by adding different kinds of effects on the images. You can easily apply image processing techniques to add certain kinds of effects on images. The effects could be brightness,darkness, grayscale conversion e.t.c. Android provides Bitmap class to handle images.


1 Answers

You may want to check out OpenCV which is developed by Intel. It seems to be very mature and well-documented. Of course, it is also open-source.

like image 98
Ryan Berger Avatar answered Sep 30 '22 16:09

Ryan Berger