Re: [android-developers] Re: I need a CamScanner like example

2011-08-08 Thread rich friedel
@Spooky Thank you sir :) -- 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

Re: [android-developers] Re: I need a CamScanner like example

2011-08-08 Thread Jim Graham
> On Aug 6, 10:38?pm, rich friedel wrote: On Mon, Aug 08, 2011 at 04:59:31AM -0700, martypantsROK wrote: > > You have a lot of "needs" but what you really need is to do a damn > > search on google and find the information yourself and then come on > > back and ask specific questions ;) > why so

[android-developers] Re: I need a CamScanner like example

2011-08-08 Thread martypantsROK
why so hostile? What's wrong with asking for a tutorial? On Aug 6, 10:38 pm, rich friedel wrote: > You have a lot of "needs" but what you really need is to do a damn search on > google and find the information yourself and then come on back and ask > specific questions ;) > > hint: seach this.

[android-developers] Re: I need a CamScanner like example

2011-08-07 Thread ricardocunha
So, I want image aligning, I think I will use an affine transformation, see this example: http://www.youtube.com/watch?v=R4wzxy_5TGU&feature=related On 6 ago, 21:27, rich friedel wrote: > You did not ask for "image aligning" anything... you asked for something like > GeniusScan... or as you cal

[android-developers] Re: I need a CamScanner like example

2011-08-06 Thread rich friedel
You did not ask for "image aligning" anything... you asked for something like GeniusScan... or as you called it "scam papper" which I can only assume was supposed to mean "scan paper". Therefore I suggested searching for "android open source ocr"... OCR stands for Optical Character Recognition.

[android-developers] Re: I need a CamScanner like example

2011-08-06 Thread ricardocunha
Why I will search for OCR? I don´t want a OCR, it´s a image processing to align the image. On 6 ago, 10:38, rich friedel wrote: > You have a lot of "needs" but what you really need is to do a damn search on > google and find the information yourself and then come on back and ask > specific ques

[android-developers] Re: I need a CamScanner like example

2011-08-06 Thread rich friedel
You have a lot of "needs" but what you really need is to do a damn search on google and find the information yourself and then come on back and ask specific questions ;) hint: seach this... android open source ocr -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: I need a CamScanner like example

2011-08-05 Thread ricardocunha
I founded a iphone image processing, but I don´t have a iphone to test: http://code.google.com/p/simple-iphone-image-processing/ I need an java example or, other source but I need to test. On 5 ago, 04:44, ko5tik wrote: > We are working on pure java opensource OCR library > (which also includes

[android-developers] Re: I need a CamScanner like example

2011-08-05 Thread ko5tik
We are working on pure java opensource OCR library (which also includes image processing - mostly b&w), and it is used in android applications: http://sourceforge.net/projects/javaocr/ You are welcome to give it a spin and ask questions on your mailing lists On Aug 4, 2:26 pm, ricardocunha wro