VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Artificially Intelligent Pattern Recognizer OCR

by Kamran Sethi (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (38 Votes)

Description:
This program is a pattern recognizer that has the capability to “Learn” optical characters. It was made in Visual Basic 6 and is based on array based 2 Dimensional pattern matching algorithms. This program can be run directly by running the “textrecognition.scr” file.
Working:
The working of this program is based on an input in a paint area which is converted into a 100 element 10X10 matrix. This array is compared using brute force with a database of “learnt” characters. The character with the highest match matching attributes is displayed in the screen. In the case of a new element being inputted, the program generalizes to the pattern in its database that matches the input the most. In this case, the program can be “taught” the correct character by pressing the “Learn” button. The learnt characters area automatically saved to disk.
References:
Congratulations to [email protected]
who is the actual coder of this program.

Rate A Artificially Intelligent Pattern Recognizer OCR

Download A Artificially Intelligent Pattern Recognizer OCR

Download A Artificially Intelligent Pattern Recognizer OCR (77 KB)

A Artificially Intelligent Pattern Recognizer OCR Comments

No comments have been posted about A Artificially Intelligent Pattern Recognizer OCR. Why not be the first to post a comment about A Artificially Intelligent Pattern Recognizer OCR.

Post your comment

Subject:
Message:
0/1000 characters