Hi all!
As I mentioned in another thread, I am working on Computer Vision applications on the Android platform. I have done most of my previous work in MATLAB, which is quite helpful for a lot of things. However, I do not know of any good or clever ways to complete matrix operations, other than using a base single-dimensional array class in Java.
I believe, from my research, that the Motorola Droid has its own graphics processor, which I was hoping to use in some way through OpenGL to complete some of these big operations off the main chip, but I am bit unsure of how to continue. Does anyone have any suggestions for me?
As I mentioned in another thread, I am working on Computer Vision applications on the Android platform. I have done most of my previous work in MATLAB, which is quite helpful for a lot of things. However, I do not know of any good or clever ways to complete matrix operations, other than using a base single-dimensional array class in Java.
I believe, from my research, that the Motorola Droid has its own graphics processor, which I was hoping to use in some way through OpenGL to complete some of these big operations off the main chip, but I am bit unsure of how to continue. Does anyone have any suggestions for me?