Prev: Finding Braille(embossed printing) in an image
Next: Warning: Texture data too large... problem with alphadata in imagesc
From: Sean on 11 Aug 2010 12:00 "David Elsdoerfer" <david.elsdoerfer(a)gmx.net> wrote in message <i3ugt8$15p$1(a)fred.mathworks.com>... > "us " <us(a)neurol.unizh.ch> wrote in message <i3ug4s$alb$1(a)fred.mathworks.com>... > > "David Elsdoerfer" <david.elsdoerfer(a)gmx.net> wrote in message <i3ufo7$egd$1(a)fred.mathworks.com>... > > > Hi folks! > > > I am currently working on a project for my image processing classes in my university. The task is to find braille located on a drugbox. I already managed to separate the braille from the rest of the image but now I'm stuck searching for a way to separate the 2 by 3 dots patterns, reading their meanings and returning the proper text in alphabetical characters. For my process so far see http://drop.io/dkh07pe . Thanks in advance for your help. > > > > do NOT double post(!)... > > CSSMers don't respond well to this kind of behavior... > > > > us > Sorry I don't understand... What do you mean by double post? I typed my question and then hit the "Post Mesage" button. I've never posted in a forum before so if I made some beginners mistake I hereby apologize. It looks in your case like an accident. Some times you hit the button twice or a faulty internet connection causes it to post twice. When to posts appear at the same time this is usually the case. Then again, there are others who post their question about PCA 7x. That's double (or septuple) posting! It's good practice to flag you second, accidental, post as 'duplicate post' or similar.
From: David Elsdoerfer on 11 Aug 2010 12:00
"us " <us(a)neurol.unizh.ch> wrote in message <i3ugi1$7to$1(a)fred.mathworks.com>... > "David Elsdoerfer" <david.elsdoerfer(a)gmx.net> wrote in message <i3ufmd$ap2$1(a)fred.mathworks.com>... > > Hi folks! > > I am currently working on a project for my image processing classes in my university. The task is to find braille located on a drugbox. I already managed to separate the braille from the rest of the image but now I'm stuck searching for a way to separate the 2 by 3 dots patterns, reading their meanings and returning the proper text in alphabetical characters. For my process so far see http://drop.io/dkh07pe . Thanks in advance for your help. > > very nice image, indeed... > now - where is your ML language related question(?)... > > us As you know - at least i hope so :) - braille is using a certain pattern to encode the character of our alphabet. And what i'm currently searching for is a way to decode the braille by recognizing the patterns and giving back the corresponding alphabetical characters. Can i do this for example by creating matrices containing the patterns for each character and comparing these patterns to the pattern you see on the picture? And if yes how would the code look? |