Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

Jan
Jan el 8 de Jul. de 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?

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by