Click here to Skip to main content
15,890,882 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerTokenize, then parse Pin
73Zeppelin13-Mar-09 22:23
73Zeppelin13-Mar-09 22:23 
GeneralRe: Tokenize, then parse Pin
uprndra14-Mar-09 4:30
uprndra14-Mar-09 4:30 
GeneralRe: Tokenize, then parse Pin
73Zeppelin15-Mar-09 21:07
73Zeppelin15-Mar-09 21:07 
QuestionDividing groups of objects into sets Pin
supercat910-Mar-09 13:35
supercat910-Mar-09 13:35 
AnswerRe: Dividing groups of objects into sets Pin
Alan Balkany11-Mar-09 4:10
Alan Balkany11-Mar-09 4:10 
GeneralRe: Dividing groups of objects into sets Pin
supercat911-Mar-09 7:08
supercat911-Mar-09 7:08 
Questioncharacter recognition Pin
Swati Khanna10-Mar-09 8:20
Swati Khanna10-Mar-09 8:20 
AnswerRe: character recognition Pin
Alan Balkany11-Mar-09 3:46
Alan Balkany11-Mar-09 3:46 
This problem has been solved by a variety of methods over the years. The first step is isolating the individual characters in the image. Many approaches then divide a character into a grid, and average the level in each grid cell. At this point, I've seen three approaches:

1. Input the cell values to a neural net to train it to recognize the characters,
2. Heuristically come up with rules that differentiate the characters, and
3. Use the averages and standard deviations of the rows and columns with discriminant analysis (http://statsoft.nl/uk/textbook/stdiscan.html[^]).

You can probably find source code somewhere on the web to do this.
GeneralRe: character recognition Pin
Swati Khanna11-Mar-09 10:53
Swati Khanna11-Mar-09 10:53 
GeneralRe: character recognition Pin
Swati Khanna11-Mar-09 10:55
Swati Khanna11-Mar-09 10:55 
GeneralRe: character recognition Pin
Alan Balkany11-Mar-09 11:16
Alan Balkany11-Mar-09 11:16 
AnswerRe: character recognition Pin
PredictorX21-Mar-09 12:16
PredictorX21-Mar-09 12:16 
QuestionPre Fetching Global Variables Pin
War Hawk8-Mar-09 8:26
War Hawk8-Mar-09 8:26 
AnswerRe: Pre Fetching Global Variables PinPopular
Pete O'Hanlon8-Mar-09 12:30
mvePete O'Hanlon8-Mar-09 12:30 
QuestionCalculating a width and height, not square root. Pin
Cloughy7-Mar-09 4:19
Cloughy7-Mar-09 4:19 
AnswerRe: Calculating a width and height, not square root. Pin
73Zeppelin7-Mar-09 4:37
73Zeppelin7-Mar-09 4:37 
GeneralRe: Calculating a width and height, not square root. Pin
Luc Pattyn7-Mar-09 5:22
sitebuilderLuc Pattyn7-Mar-09 5:22 
GeneralRe: Calculating a width and height, not square root. Pin
Cloughy7-Mar-09 5:25
Cloughy7-Mar-09 5:25 
GeneralRe: Calculating a width and height, not square root. Pin
Yusuf7-Mar-09 13:23
Yusuf7-Mar-09 13:23 
AnswerRe: Calculating a width and height, not square root. Pin
Cloughy7-Mar-09 5:27
Cloughy7-Mar-09 5:27 
GeneralRe: Calculating a width and height, not square root. Pin
Luc Pattyn7-Mar-09 5:34
sitebuilderLuc Pattyn7-Mar-09 5:34 
GeneralRe: Calculating a width and height, not square root. Pin
Cloughy7-Mar-09 6:04
Cloughy7-Mar-09 6:04 
GeneralRe: Calculating a width and height, not square root. [modified] Pin
0x3c07-Mar-09 7:05
0x3c07-Mar-09 7:05 
GeneralRe: Calculating a width and height, not square root. Pin
Cloughy7-Mar-09 13:07
Cloughy7-Mar-09 13:07 
GeneralRe: Calculating a width and height, not square root. Pin
Yusuf7-Mar-09 13:39
Yusuf7-Mar-09 13:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.