[android-developers] Re: Object Recognition

2009-10-22 Thread fulanito
I don´t know how to pass calculations to the Graphic chip, or if it´s possible at all. If you do find a way to do so, I would love to know how. What you can do, is use Android NDK, which lets you use native code (C/ C++/assembly) through the JNI interface. It´s not a perfect solution (it´s hardwa

[android-developers] Re: Object Recognition

2009-10-22 Thread julius
Thank you for the replies. The zxing is just what I'm looking for to start. I probably need to read more about barcodes! After this I would like to look into real-object recognition. This PDF looks perfect. Thank you for the link. I'm not sure about the computational intensity as I don't really

[android-developers] Re: Object Recognition

2009-10-22 Thread fulanito
What kind of app are you trying to develop? How "heavy" is it, computatioinally ? The mobile platform is quite limited for image recognition tasks. I would start of by reading http://www.maths.lth.se/vision/publdb/reports/pdf/olsson-akesson-master-09.pdf Fulanito --~--~-~--~~-

[android-developers] Re: Object Recognition

2009-10-21 Thread blindfold
http://code.google.com/p/zxing/ On Oct 22, 7:48 am, Julius Spencer wrote: > Hi, > > I'd like to know more about Object Recognition. Has anyone got any   > links about how to implement object recognition from the camera in an   > Android application? For example say I wanted to make a barcode   >

[android-developers] Re: Object Recognition

2009-10-21 Thread RichardC
Start from here: http://code.google.com/p/zxing/ "ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java. Our focus is on using the built-in camera on mobile phones to photograph and decode barcodes on the device, without com