DSPRelated.com
Forums

Text Seperation

Started by Ronen Goldshtein August 16, 2011
Hi,

Can anyone recomment an efficient realtime algorithm for seperating
text with arbitrary orientation from an arbitrary image?

Thanks,
  Ronen goldshtein
On Mon, 15 Aug 2011 21:23:53 -0700, Ronen Goldshtein wrote:

> Hi, > > Can anyone recomment an efficient realtime algorithm for seperating text > with arbitrary orientation from an arbitrary image? > > Thanks, > Ronen goldshtein
Maybe this will help: http://xkcd.com/233/ http://xkcd.com/810/ -- www.wescottdesign.com
On Aug 16, 4:23&#4294967295;pm, Ronen Goldshtein <ronen.goldsht...@gmail.com>
wrote:
> Hi, > > Can anyone recomment an efficient realtime algorithm for seperating > text with arbitrary orientation from an arbitrary image? > > Thanks, > &#4294967295; Ronen goldshtein
Independent component analysis. (ICA).
>On Aug 16, 4:23=A0pm, Ronen Goldshtein <ronen.goldsht...@gmail.com> >wrote: >> Hi, >> >> Can anyone recomment an efficient realtime algorithm for seperating >> text with arbitrary orientation from an arbitrary image? >> >> Thanks, >> =A0 Ronen goldshtein > >Independent component analysis. (ICA). >
Please provide example. Is it possible for you to give a high-level description of how ICA can be used for this purpose?
On Aug 17, 7:47&#4294967295;pm, "niarn" <niaren9@n_o_s_p_a_m.gmail.com> wrote:
> >On Aug 16, 4:23=A0pm, Ronen Goldshtein <ronen.goldsht...@gmail.com> > >wrote: > >> Hi, > > >> Can anyone recomment an efficient realtime algorithm for seperating > >> text with arbitrary orientation from an arbitrary image? > > >> Thanks, > >> =A0 Ronen goldshtein > > >Independent component analysis. (ICA). > > Please provide example. > Is it possible for you to give a high-level description of how ICA can be > used for this purpose?
You need the probability distributions of the text and the image. Information costs as Vlad would say..
On 20 &#1488;&#1493;&#1490;&#1493;&#1505;&#1496;, 08:18, HardySpicer <gyansor...@gmail.com> wrote:
> On Aug 17, 7:47&nbsp;pm, "niarn" <niaren9@n_o_s_p_a_m.gmail.com> wrote: > > > >On Aug 16, 4:23=A0pm, Ronen Goldshtein <ronen.goldsht...@gmail.com> > > >wrote: > > >> Hi, > > > >> Can anyone recomment an efficient realtime algorithm for seperating > > >>textwith arbitrary orientation from an arbitrary image? > > > >> Thanks, > > >> =A0 Ronen goldshtein > > > >Independent component analysis. (ICA). > > > Please provide example. > > Is it possible for you to give a high-level description of how ICA can be > > used for this purpose? > > You need the probability distributions of thetextand the image. > Information costs as Vlad would say..
"You need the probability distributions of the text and the image." how can U know this for an arbitrary photo that might include small or large amount of text, and might also not include text at all? This link: http://www.docstoc.com/docs/44380298/1011691103 provide a comprehensive survay of text extraction methodologies, seems to me as if the most adequate approach is connected component analysis.