On Thu, Nov 17, 2011 at 4:09 AM, Nikhil salian <nikhil200...@gmail.com> wrote:
> i am planning to create an application dat takes a pic of handwritten
> image which will be mathematical equation like 3+4 or sum
> multiplication and it will process the equation and give me a output
> like a pic of 3+4 would return 7. can any1 guide and help me how to
> start and go about with creating this application.
>

This is really simple from an android point of view.

Use the camera to take a picture.  That's it.

Then you need to do handwriting recognition.. You have no hope of
being able to do this without a third party library.

So go find a handwriting recognition library for Java, then parse your
input and return a value.

kris

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to