C Board  

Go Back   C Board > Community Boards > Contests Board

Reply
 
LinkBack Thread Tools Display Modes
Old 10-03-2002, 10:01 PM   #1
Just because
 
ygfperson's Avatar
 
Join Date: Jan 2002
Posts: 2,502
IDEA: Optical character recognition

This is a corollary to the ascii graphics engine thread.

Basicly, my idea for this is to design a program which takes in a photo and converts it to text.

It could be hard... or it could be easy. It's highly scaliable.
ygfperson is offline   Reply With Quote
Old 10-03-2002, 10:14 PM   #2
Registered User
 
harryP's Avatar
 
Join Date: Sep 2002
Posts: 124
That sounds pretty hard for me, personally. I wouldn't know where to even start!

Brendan
__________________
Draco dormiens nunquam titallandus.
Console Graphics Library: http://www.geocities.com/steve_alberto/cgl.html
harryP is offline   Reply With Quote
Old 10-04-2002, 01:02 PM   #3
Just because
 
ygfperson's Avatar
 
Join Date: Jan 2002
Posts: 2,502
i'm suggesting starting with simply comparing an image of a letter to another bitmap of a letter. it can be hard... i've never had any experience writing stuff like that, so i'm not one to judge.
ygfperson is offline   Reply With Quote
Old 10-09-2002, 02:33 AM   #4
Banned
 
master5001's Avatar
 
Join Date: Aug 2001
Location: Visalia, CA, USA
Posts: 3,699
I'm not sure which organization does this (i think the NSA) but there is a free library that was designed by whatever US government agency for converting handwriting into ascii. Anyone interested is going to have to look around but from what I've heard it is a solid library.
master5001 is offline   Reply With Quote
Old 10-09-2002, 02:40 AM   #5
Refugee
 
face_master's Avatar
 
Join Date: Aug 2001
Posts: 2,052
well, a bitmap is organised of bits ... 0 for black and 1 for while/not filled in or soemthing like that so you could probably read the bits in and do it that way ... just a thought
__________________
Please direct all complaints regarding this post to the nearest brick wall Have a nice day.
face_master is offline   Reply With Quote
Old 10-09-2002, 10:12 AM   #6
Confused
 
Magos's Avatar
 
Join Date: Sep 2001
Location: Sweden
Posts: 3,125
http://www.ykwong.com/asciipic.html
__________________
MagosX.com

Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
Magos is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing "shapes" based on character lines and number of line inputs matt_570 C++ Programming 11 10-07-2008 06:19 PM
Errors including <windows.h> jw232 Windows Programming 4 07-29-2008 01:29 PM
sequential file program needhelpbad C Programming 80 06-08-2008 01:04 PM
Game Pointer Trouble? Drahcir C Programming 8 02-04-2006 02:53 AM
UNICODE and GET_STATE Registered C++ Programming 1 07-15-2002 03:23 PM


All times are GMT -6. The time now is 02:14 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22