Changes between Version 18 and Version 19 of WikiStart


Ignore:
Timestamp:
Mar 29, 2011, 10:30:18 AM (13 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    2929Here is the output of some of the examples included in the [http://hackage.haskell.org/package/repa-examples repa-examples] package:
    3030
    31 || fft2d-highpass || Laplace ||
    32 || [[Image(WikiStart:lena-high2-thumb.jpg)]] || [[Image(WikiStart:pls-400x400-out-thumb.jpg)]] ||
    33 || [wiki:Examples/Fft2dHighpass more info] || [wiki:Examples/Laplace more info] ||
     31 || fft2d-highpass || Laplace ||
     32 || [[Image(WikiStart:lena-high2-thumb.jpg)]] || [[Image(WikiStart:pls-400x400-out-thumb.jpg)]] ||
     33 || [wiki:Examples/Fft2dHighpass more info] || [wiki:Examples/Laplace more info] ||
    3434
    3535== Demo ==
    3636There is also an OSX demo that does edge detection on a video stream:
    3737 
    38  * The [http://code.ouroborus.net/beholder/beholder-head/ source] should compile with XCode 3.2.1 and GHC 7.0.3, but you need to update and run the CONFIGURE.sh script to point it to your GHC install.
     38 || [[Image(WikiStart:beholder-thumb.jpg)]] ||
     39 || video: [http://code.ouroborus.net/beholder/video/Edge480.mov low(10MB)]  [http://code.ouroborus.net/beholder/video/Edge720.mov high(40MB)] ||
     40
     41 * The [http://code.ouroborus.net/beholder/beholder-head/ source] should compile with XCode 3.2.1, GHC 7.0.3 and Repa 2.0.0, but you need to update and run the CONFIGURE.sh script to point it to your GHC install.
    3942 * There are also prebuilt OSX i386 versions for [http://code.ouroborus.net/beholder/distro/beholder-N2.tgz two] [http://code.ouroborus.net/beholder/distro/beholder-N4.tgz four] and [http://code.ouroborus.net/beholder/distro/beholder-N6.tgz six] threads. These just have the corresponding +RTS -N# option baked in, you can set it in the main.m module. Some day I will make it so you can select this from the GUI.
    40  * If you don't have a Mac then you can watch a [http://code.ouroborus.net/beholder/video/Edge480.mov video] of me demonstrating it.
    4143 * You can also run the edge detector over a single uncompressed .bmp file using the repa-canny program from the [http://hackage.haskell.org/package/repa-examples repa-examples] package.
    4244