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
Post a Comment