Where do we download the caremaman image? Thanks
Can we download it to our local machine? If yes, how?

 Réponse acceptée

Star Strider
Star Strider le 9 Jan 2016
If you have the Image Processing Toolbox, you can load it with:
I = imread('cameraman.tif');
It may be part of core MATLAB, but I’ve had all the Toolboxes so long I don’t remember.

4 commentaires

matlabgeek
matlabgeek le 9 Jan 2016
Can we download it to our local machine?
No need. It should already be there if you have the Image Processing Toolbox. Just run that and it should load.
When I run:
CameramanLoc = which('cameraman.tif')
it returns:
CameramanLoc =
C:\Program Files\MATLAB\R2015b\toolbox\images\imdata\cameraman.tif\cameraman.tif
matlabgeek
matlabgeek le 10 Jan 2016
I see. Thank you very much. Your "which" command help me a lot.
Star Strider
Star Strider le 10 Jan 2016
My pleasure.

Connectez-vous pour commenter.

Plus de réponses (2)

Ari Fadli
Ari Fadli le 11 Sep 2018

0 votes

https://homepages.cae.wisc.edu/~ece533/images/

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by