From: stalebi on 28 Jun 2010 18:05 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 28 Jun 2010 22:23 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.
|
Pages: 1 Prev: Error using mesh and surf commands Next: How to find the peaks in a 2D map? |