2.28 Bubble Image Area (Pro)

Summary

This Bubble Image Area app can be used to find and characterize bubbles in an image. Bubbles are assumed to be circular.

Tutorial

  1. Download the sample image file from here to your local PC
  2. Click the Empirical Mode Decomposition icon, BIA Icon.png from Apps Gallery to bring up the toolbar
    BIA Toolbar.png
  3. Click Import button and browse to open the image downloaded in the first step in Origin
  4. Click Set Scale button. Move the rectangle to proper position, drag and drop the edge to resize it, make sure the width of rectangle is fit to the desired actual size. Specify the scale in dialog
    ISA Set Scale.png
  5. Click the Hough Circle button. Specify the Hough circle settings to find circles in image automatically. Roughly specify the distance between circle center, minimum and maximum radius of circle basing on the actual size of the circles. You can even use a rule to get these values. Then adjust the values of threshold options to get better results. Once you are satisfied. Click OK to close dialog.
    ISA Hough Circle.png
  6. Click Output & Close button on toolbar to output the results to a graph and workbook.

Removing Unwanted Results

If there are unwanted circles in the automated results, we can further customize the output results to get the new mean value

  1. Activate the result graph, click the Mask Points on Active Plot button in the left toolbar. Then select the unwanted circles to mask them. The masked circles turns to be red and corresponding Y values in worksheet turn to be red too.
    ISA Mask.png
  2. Add a cell formula, =mean(E), to calculate the mean radius on result worksheet
    ISA Cell Formula.png
  3. Next, we are going to delete the rows with unwanted circles with Worksheet Query. Activate the result worksheet, choose menu "Worksheet: Worksheet Query"
  4. In the opened dialog, clear the check boxes before column A, B. Add script in the Condition box, ismasked(i,D), Click Test--select if true button to make sure the rows with masked values in column D are selected.
    ISA Worksheet Query.png
  5. Right click on the highlighted rows and choose Delete from the context menu. The mean value got by cell formula in step 1 will be updated accordingly
    ISA New Mean.png