images used in Image processing toolbox

 Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de Abr. de 2017

0 votos

Try looking in the toolbox/images/imdata directory underneath where you installed MATLAB.

Más respuestas (1)

Image Analyst
Image Analyst el 22 de Abr. de 2017
In a version a few years ago, they changed where they kept the standard demo images that ship with the Image Processing Toolbox. However, this command, which the Image Processing Team gave me, will work with all versions:
% Determine where demo folder is (works with all versions).
folder = fileparts(which('peppers.png'))

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Abr. de 2017

Respondida:

el 22 de Abr. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by