images used in Image processing toolbox
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Md Monirul Islam
le 22 Avr 2017
Réponse apportée : Image Analyst
le 22 Avr 2017
where do i get the images used in MATLAB image precessing toolbox user's guide 2013b?
0 commentaires
Réponse acceptée
Walter Roberson
le 22 Avr 2017
Try looking in the toolbox/images/imdata directory underneath where you installed MATLAB.
0 commentaires
Plus de réponses (1)
Image Analyst
le 22 Avr 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'))
0 commentaires
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!