Drawing pixel image pixel by pixel in android very fast
1 answer
Maybe you can try OpenCv . OpenCV is released under the BSD license and therefore free for academic and commercial use. It has C ++, C, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS, and Android. OpenCV was designed for computational efficiency and with a lot of focus on real-time applications. Written in optimized C / C ++, the library can use multi-core processing.
0
source to share