Function: lichtenstein
LICHTENSTEIN  Load the 'lichtenstein' test image
  Usage: s=lichtenstein;

  LICHTENSTEIN loads a 512 x512 color image of a castle
  Lichtenstein.

  The returned matrix s consists of integers between 0 and 255.

  To display the image, simply use image:

    image(lichtenstein); axis('image');

Url: http://ltfat.github.io/doc/signals/lichtenstein.html

See also: cameraman.

Package: ltfat