MANDRILL - Load the 'mandrill' test signalUsageim = mandrill(); im = mandrill(color); Input parameters
Output parametersnone Descriptionmandrill() loads the graylevel 'peppers' signal. Peppers is a common image processing test image of resolution (512 x 512). mandrill(1) loads the color 'peppers' signal. 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 = mandrill(); imagescgray(im); |