How can i process multiple images

1 view (last 30 days)
giorgos
giorgos on 17 Jul 2014
Answered: Image Analyst on 20 Jul 2014
hi everybody! i am using a round object detection on images. i want to count the radius and the area of round objects on multiple images and write the results in a .txt file! can anyone give me some advice? i can send the code that i've wrote so far. thank you in advance. best regards george.

Answers (2)

Dima Lisin
Dima Lisin on 20 Jul 2014
You can use the imfindcircles() function in the Image Processing Toolbox.

Image Analyst
Image Analyst on 20 Jul 2014
You can use MAGIC:
I think the basic code it come with does some basic particle/blob sizing but you can replace the code in AnalyzeSingleImage() with whatever code you want.
Description
This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows the user to select a folder of images, select one or more images and display them, to select a series of options, and to individually or batch process one or more images. The user can optionally apply a mask (region of interest) to the image so that only the area within the mask will be analyzed. The results are optionally sent to Excel. In this demo, I do some very basic particle sizing but in use, the user would replace that simple demo code in the function AnalyzeSingleImage() with their own code.

Community Treasure Hunt

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

Start Hunting!