----------------------------------------------------------------------------------------------------
   ____  _   _  ____     ___  ____  __  __  ___     __    ____  ____  ____    __    ____  _  _ 
  (_  _)( )_( )( ___)   / __)(_  _)(  \/  )/ __)   (  )  (_  _)(  _ \(  _ \  /__\  (  _ \( \/ )
    )(   ) _ (  )__)   ( (__  _)(_  )    (( (_-.    )(__  _)(_  ) _ < )   / /(__)\  )   / \  / 
   (__) (_) (_)(____)   \___)(____)(_/\/\_)\___/   (____)(____)(____/(_)\_)(__)(__)(_)\_) (__) 


                             The C++ Templated Image Processing Library

                                               v1.0.5                           (21 June 2004)

----------------------------------------------------------------------------------------------------

  #
  # Directory : CImg/examples/
  #

  This directory contains examples of programs based on the library :
  
  - heat_flow2D             : Heat flow, acting on vector-valued images.
  - optflow                 : Compute the optical flow between two images, with a multiscale algorithm.
  - imgfade                 : Create smooth color fading between 2 images.
  - odykill                 : A little game, featuring the Odysse team.
  - inrcast                 : A powerfull image conversion tool.
  - inrcrop                 : An image cropping tool.
  - pslider                 : A replacement to Power-Point :)
  - hough                   : Demonstration of the Hough transform.
  - render3d                : .. Or how to make simple 3D rendering with CImg functions.
  - inpainter               : Multi-scale image inpainting.
  - tschumperle-deriche2D   : Trace-based PDE to restore vector-valued images.
  - tschumperle-deriche3D   : Trace-based PDE to restore vector-valued volumes.
  - tutorial                : Visualization of the intensity profile along the X axis of a color image.
  - tetris                  : A very small implementation of the Tetris game.
