Using FIJI to collect information: Analyzing particles
Let's say that you want to take the following image and gather information about the dark inclusions. Here is the original image from the ImageJ site (File:Open Samples...)
The first step is to duplicate the image, then Threshold the duplicated image. We duplicate the image so that the Binary Mask you create from the copy can be used to sample the original for pixel intensities.
This creates ROIs based on pixel intensity. In this example dark pixels will be selected:
ImageJ asks whether you want the traditional thresholded LUT (black and white).
Thresholding results in a "binary" image. Black pixels are the ROIs; white pixels are background.
Since this is a binary image, you can use the common Binary Operation "Closing" to fill in holes.
This shows the results of the Closing operation.
Select Set Measurements to tell ImageJ what data to collect. In this case we want the ROI area and average pixel intensity. "Redirect To" instructs ImageJ to use the ROI data from the binary image, but gather intensity values from a different window. In this case its the original image.
Select Analyze particles and fill in the remaining required information
Click OK and ImageJ find the ROIs on the original image and generates a data Results window.
Let's say that you want to take the following image and gather information about the dark inclusions. Here is the original image from the ImageJ site (File:Open Samples...)