Is it possible to choose an image from outside of the directed folder in matlab?

2 vues (au cours des 30 derniers jours)
I’m working in image texture classification. I indicate a directory folder in my code. When I run the code it starts by opening the folder. But I can choose any image from any folder beside the directed folder. My code also gives me result/answer by classifiying the image. Is it possible? Is it happens for any error/ problem of my code?

Réponse acceptée

Jan
Jan le 8 Juil 2013
Yes, it is possible to select a file from anywhere:
[fileName, pathName] = uigetfile('*.*')
Then you can navigate in the dialog to all available folders.
But I'm not sure, what "the directed folder" exactly is and if "my code gives result" is a part of the problem or not. What does "is it happens for any error" mean?

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by