Re: [Haskell-cafe] Haskell libraries for computer vision

2007-11-01 Thread Alberto Ruiz
I have included in the web page a reference to this earlier work, in which all 
the key ideas were already present. For example, using ordinary Haskell 
functions to process an infinite list containing the whole image sequence 
taken by the camera... We can write extremely concise and powerful camera 
combinators. Haskell is amazing.

Thanks!

Alberto

On Tuesday 16 October 2007 16:11, Paul Hudak wrote:
 Henning Thielemann wrote:
  On Mon, 15 Oct 2007, Don Stewart wrote:
  http://alberrto.googlepages.com/easyvision
  An experimental Haskell system for fast prototyping of computer
  vision and image processing applications.
  Looks ridiculously cool.
 
  Image processing with Haskell - really interesting.
 
  I know of an older approach:
Prototyping Real-Time Vision Systems: An Experiment in DSL Design
   by Alastair Reid et.al.

 Yes, see:

 http://haskell.org/yale/papers/padl01-vision/index.html
 http://haskell.org/yale/papers/icse99/index.html

 -Paul
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell libraries for computer vision

2007-10-16 Thread Henning Thielemann

On Mon, 15 Oct 2007, Don Stewart wrote:

 http://alberrto.googlepages.com/easyvision

 An experimental Haskell system for fast prototyping of computer vision
 and image processing applications.

 Looks ridiculously cool.

Image processing with Haskell - really interesting.

I know of an older approach:
  Prototyping Real-Time Vision Systems: An Experiment in DSL Design
 by Alastair Reid et.al.

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell libraries for computer vision

2007-10-16 Thread Paul Hudak

Henning Thielemann wrote:

On Mon, 15 Oct 2007, Don Stewart wrote:
  

http://alberrto.googlepages.com/easyvision
An experimental Haskell system for fast prototyping of computer vision
and image processing applications.
Looks ridiculously cool.



Image processing with Haskell - really interesting.

I know of an older approach:
  Prototyping Real-Time Vision Systems: An Experiment in DSL Design
 by Alastair Reid et.al.

Yes, see:

   http://haskell.org/yale/papers/padl01-vision/index.html
   http://haskell.org/yale/papers/icse99/index.html

-Paul


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Haskell libraries for computer vision

2007-10-15 Thread Don Stewart
http://alberrto.googlepages.com/easyvision

An experimental Haskell system for fast prototyping of computer vision
and image processing applications.

Looks ridiculously cool.

-- Don
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe