[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-08-26 (10:48) |
From: | micha <micha-1@f...> |
Subject: | Re: [Caml-list] Image recognition |
Am Mon, 21 Aug 2006 13:35:22 +0100 schrieb Joel Reymont <joelr1@gmail.com>: > Does anyone have tips or sample code for image recognition in OCaml? last year I did some simple image recogniton, I just googled around and asked in newsgroups for suitable algorithms and implemented them myself. Finding the right algorithms is the difficult task I think :-) , not implementing them in OCaml... cheers, Michael