From: stalebi on
Hello,

I am currently doing some image analysis and I want to automate the process. I have about 5 steps I want to apply to an image. What I want to do is have matlab just read all the images in a folder and then apply these 5 steps to them and give me the analysis for each image. How can I set this up?

Thanks!
From: ImageAnalyst on
Well you can write your own m-file. Perhaps you'd like to review my
image analysis demo:
http://www.mathworks.com/matlabcentral/fileexchange/25157

Or you could use a GUI template like this one to get started:
http://www.mathworks.com/matlabcentral/fileexchange/24224
That will provide you with all the GUI plumbing to get you started
(specifying a folder, batch processing files selected from a listbox,
writing results to Excel, etc.). You just have to put your own code
into the obvious places.