CAMERAMAN - Load the 'cameraman' test signalDescriptioncameraman loads the 'cameraman' signal. The Cameraman (a.k.a. Photographer) is an image commonly used in image processing, especially filtering papers. The resolution is (256 x 256). This signal, and other standard image tests signals, can be found on Morgan McGuire's Computer Graphics Archive`<http://graphics.cs.williams.edu/data/images.xml>`_. For convenience the output image is normalized by 255 and converted to double. ExampleLoad the image and display it: im = cameraman(); imagescgray(im); ![]() |