This is where navigation should be.

LICHTENSTEIN - Load the 'lichtenstein' test image

Usage

s=lichtenstein;

Description

lichtenstein loads a \(512 \times 512\) 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');