Prev: ode45
Next: Define pointer between multiple axes
From: Abay Teshager on 12 Apr 2010 08:13 Hi, I am Abay from Addis Ababa University, Ethiopia badly in need of OCR code for a project which will be due after two weeks. The project aims at solving challenges in developing OCR system for Amharic characters. Preprocessing tasks include binarization (local and global), noise removal (linear, median, and adaptive), segmentation (stage by stage algorithm or any), and thinning (parallel or any) and slant correction (shear or any). The recognition will be done using ANN matlab toolbox. All the preprocessing codes and ANN recognition codes will be tested on Amharic characters (by nature non-recursive feature). I would be very grateful for any help you will give me. My email is abaylove2000(a)yahoo.com. God bless you all!
From: Mark Shore on 12 Apr 2010 08:35 "Abay Teshager" <abaylove2000(a)yahoo.com> wrote in message <hpv2og$see$1(a)fred.mathworks.com>... > Hi, > > I am Abay from Addis Ababa University, Ethiopia badly in need of OCR code for a project which will be due after two weeks. The project aims at solving challenges in developing OCR system for Amharic characters. Preprocessing tasks include binarization (local and global), noise removal (linear, median, and adaptive), segmentation (stage by stage algorithm or any), and thinning (parallel or any) and slant correction (shear or any). The recognition will be done using ANN matlab toolbox. All the preprocessing codes and ANN recognition codes will be tested on Amharic characters (by nature non-recursive feature). I would be very grateful for any help you will give me. My email is abaylove2000(a)yahoo.com. > > God bless you all! Hmm. Let me help with a simple script. Tavail = 2*7*24*60; Tspent = 1; % estimated Effort = 0.001; % estimated Psuccess = (Tspent/Tavail) * Effort Have to say, doesn't look promising...
|
Pages: 1 Prev: ode45 Next: Define pointer between multiple axes |