Process all file in a folder by function
Mostrar comentarios más antiguos
Hi, i write a function which process a image file : main(filename) where "filename" indicates the image to be process. I would like to process all the images in the folder "tot16", i would use this function <http://www.mathworks.com/matlabcentral/fileexchange/25316-auto-process-all-files-in-sub-folders&watching=25316> but not working. I write the function call :
PathRunner('/Users/XXXX/Documents/MATLAB/Thesis' , '/tot16' ,@main , flag , '*.raw' )
where :
- /Users/XXXX/Documents/MATLAB/Thesis is the directory where is the function @main
- /tot16 is the directory which contain all image files
2 comentarios
Jan
el 11 de Mayo de 2012
Please explain, what "not working" exactly means.
Geppo Batt
el 11 de Mayo de 2012
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!