java - Android Advanced Image processing -


i want build image editing application. i've gone through convolution matrix creating basic color filters want app have advanced editing capabilities highlight/shadow adjustment, vignette, curves adjustments etc.

any chances might find examples same learn more it. also, kind of helpful resources great help.

p.s. if there existing image editing library/sdk can job done, great too

you should @ opencv , vxl. libraries of computer vision functions , have open source community around them. opencv big library/community. looking image processing libraries ideas have (permanantly stuck in pre-development due lack of time) , have played them bit on linux. i'm still opencv/vxl n00b though.

https://en.wikipedia.org/wiki/opencv

i found vxl bit faster started with.

https://en.wikipedia.org/wiki/vxl

there support opencv on android: http://opencv.org/platforms/android.html

there not support vxl on android far can see.

now, both of these pretty big projects. there alot learn , take while. think worth-while learning. there many tutorials , examples.

get source code first:

$ git clone https://github.com/itseez/opencv  $ git clone http://git.code.sf.net/p/vxl/git vxl 

especially mobile platform important use of image processing right - doesn't kill battery of device - . . . lots of experimenting , testing , learning do!

have fun!


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -