Page 1 of 2

computer vission in vb

Posted: Fri Oct 21, 2011 12:18 pm
by roznext
hi,i just wanna ask can somebody make a turitorial program like this:
1. a web cam use to take a pic
2. the pic that we take will be used to recognizing from the template,for example the the template pic a "Hello" words,then the pic that we take is a wall that painted with "Hello" words,so the program will recognize that pic and corp the "Hello" words in that pic into a new image.
3. after that,the step 3 images will be converted into a text word.
if anyone can make the program looks like that pls help me cryer;

Re: computer vission in vb

Posted: Fri Oct 21, 2011 1:21 pm
by Acem
I would but I don't know how.

Re: computer vission in vb

Posted: Fri Oct 21, 2011 3:04 pm
by MrAksel
If the text is identical, same colors & size, then you could find the first char by scanning each pixel column. Then you could get the region of each character and see if all the pixels in that region matches. For each found character you append it to the string to return.

Re: computer vission in vb

Posted: Fri Oct 21, 2011 3:24 pm
by roznext
can you give me the turitorial?because i've never made a program like that

Re: computer vission in vb

Posted: Fri Oct 21, 2011 6:09 pm
by Acem
I'll try.

Re: computer vission in vb

Posted: Fri Oct 21, 2011 7:33 pm
by mandai
There are some text recognition libraries that might make it easier.

Re: computer vission in vb

Posted: Sat Oct 22, 2011 2:56 am
by roznext
mandai wrote:
There are some text recognition libraries that might make it easier.
can you give me the turitorial for text recognition libraries?

Re: computer vission in vb

Posted: Sat Oct 22, 2011 9:31 pm
by mandai
If you are looking to find a library then you could do a search for optical character recognition in VB.Net.

Re: computer vission in vb

Posted: Sun Oct 23, 2011 5:13 am
by roznext
mandai wrote:
If you are looking to find a library then you could do a search for optical character recognition in VB.Net.
i've find 1 tut bout that but still i dont understand because it's not telling items require(like pic box,or text box,and etc) :(

Re: computer vission in vb

Posted: Sun Oct 23, 2011 5:27 am
by Axel
roznext wrote:
mandai wrote:
If you are looking to find a library then you could do a search for optical character recognition in VB.Net.
i've find 1 tut bout that but still i dont understand because it's not telling items require(like pic box,or text box,and etc) :(
If you cant implement your way of using the library then you shouldn't start with such a hard thing