Computer Vision on Android in Java
January 2010 Over the holiday break, I finally created an Android app that allows image processing on the camera’s raw data, and displays it back on the screen. It only uses Java on the CPU for now, but in my free time I’ll be porting the code to OpenGL ES to run on the GPU, and … Read more