You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/imaging/image-intensity-processing.md
+18-82Lines changed: 18 additions & 82 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
---
2
-
mediawiki: Image_Intensity_Processing
3
2
title: Image Intensity Processing
4
3
section: Learn:Scientific Imaging
5
4
nav-links: true
@@ -36,11 +35,11 @@ The results are displayed in a plot-window with the ROI details in the plot wind
36
35
37
36
## Dynamic intensity vs Time analysis
38
37
39
-
The plugin *Plot Z Axis Profile* (this is the *Z Profiler* from Kevin (Gali) Baler (gliblr at yahoo.com) and {% include person id='rasband' %} simply renamed) will monitor the intensity of a moving ROI using a particle tracking tool. This tool can be either manual or automatic. Use the {% include bc path='Image | Stacks | Plot Z Axis Profile'%} command.
38
+
The plugin *Plot Z Axis Profile* (this is the *[Z Profiler](/ij/plugins/z-profiler.html)* from Kevin (Gali) Baler (gliblr at yahoo.com) and {% include person id='rasband' %} simply renamed) will monitor the intensity of a moving ROI using a particle tracking tool. This tool can be either manual or automatic. Use the {% include bc path='Image | Stacks | Plot Z Axis Profile'%} command.
40
39
41
40
## Getting intensity values from multiple ROIs
42
41
43
-
You can analyze multiple ROIs at once with Bob Dougherty's *Multi Measure* plugin. The native "ROI manager" function does a similar job except doesn't generate the results in sorted columns. Check [Bob's website](http://www.optinav.com/imagej.html) for updates.
42
+
You can analyze multiple ROIs at once with Bob Dougherty's *Multi Measure* plugin. The native "ROI manager" function does a similar job except doesn't generate the results in sorted columns. Check [Bob's website](https://www.optinav.info/) for updates.
44
43
45
44
The Multi Measure plugin that comes with the installation is v3.2.
46
45
@@ -64,7 +63,9 @@ Oval and rectangular ROIs can be restored individually from x, y, l, h values wi
64
63
65
64
## Ratio Analysis
66
65
67
-
 Ratiometric imaging compares the recordings of two different signals to see if there are any similarities between them. It is done by dividing one channel by another channel to produce a third ratiometric channel. This technique is useful because it corrects for dye leakage, unequal dye loading, and photo-bleaching. An example application would be measuring intracellular ion, pH, and voltage dynamics in real time.
66
+

67
+
68
+
Ratiometric imaging compares the recordings of two different signals to see if there are any similarities between them. It is done by dividing one channel by another channel to produce a third ratiometric channel. This technique is useful because it corrects for dye leakage, unequal dye loading, and photo-bleaching. An example application would be measuring intracellular ion, pH, and voltage dynamics in real time.
68
69
69
70
Background subtraction is needed before analysis of dual-channel ratio images. See also the [background correction](#background-correction) section. The *Ratio\_Profiler* plugin will perform ratiometric analysis of a single ROI on a dual-channel interleaved stack. The odd-slices are channel 1 images and the even slices are channel 2 images. If your two channels are opened as separate stacks, such as Zeiss, the two channels can be interleaved (mixed together by alternating between them) with the menu command {% include bc path='Plugins | Stacks - Shuffling | Stack Interleaver'%}.
70
71
@@ -132,18 +133,9 @@ To use:
132
133
133
134
### Equalization
134
135
135
-
{::nomarkdown}
136
-
<table>
137
-
<tbody>
138
-
<tr>
139
-
<td style="border:none;padding:0in;">
140
-
<p>You can have more control over brightness and contrast adjustments with the {% include bc path='Process | Enhance contrast'%} menu command. With a stack, it analyzes the each slice's histogram to make the adjustment.</p>
141
-
<p>The <em>Equalize contrast</em> command applies a non-linear stretch of the histogram based on the square root of its intensity.</p>
142
-
</td>
143
-
</tr>
144
-
</tbody>
145
-
</table>
146
-
{:/}
136
+
You can have more control over brightness and contrast adjustments with the {% include bc path='Process | Enhance'%} contrast menu command. With a stack, it analyzes the each slice's histogram to make the adjustment.
137
+
138
+
The *Equalize contrast* command applies a non-linear stretch of the histogram based on the square root of its intensity.
147
139
148
140

149
141
@@ -169,11 +161,11 @@ Filters can be found using the menu command {% include bc path='Process | Filter
169
161
170
162
*Median filter*: The pixel value is replaced with the median of itself and its adjacent neighbors. This removes noise and *preserves boundaries* better than simple average filtering. The menu item {% include bc path='Process | Noise | Despeckle'%} is a 3×3 median filter.
171
163
172
-
"Convolve filter": This allows two arrays of numbers to be multiplied together. The arrays can be different sizes but must be of the same dimension. In image analysis this process is generally used to produce an output image where the pixel values are linear combinations of certain input values.
164
+
*Convolve filter*: This allows two arrays of numbers to be multiplied together. The arrays can be different sizes but must be of the same dimension. In image analysis this process is generally used to produce an output image where the pixel values are linear combinations of certain input values.
173
165
174
-
"Minimum": This filter, also known as an erosion filter, is a morphological filter that considers the neighborhood around each pixel and, from this list of neighbors, determines the minimum value. Each pixel in the image is then replaced with the resulting value generated by each neighborhood.
166
+
*Minimum*: This filter, also known as an erosion filter, is a morphological filter that considers the neighborhood around each pixel and, from this list of neighbors, determines the minimum value. Each pixel in the image is then replaced with the resulting value generated by each neighborhood.
175
167
176
-
"Maximum": This filter, also known as a dilation filter, is a morphological filter that considers the neighborhood around each pixel and, from this list of neighbors, determines the maximum value. Each pixel in the image is then replaced with the resulting value generated by each neighborhood.
168
+
*Maximum*: This filter, also known as a dilation filter, is a morphological filter that considers the neighborhood around each pixel and, from this list of neighbors, determines the maximum value. Each pixel in the image is then replaced with the resulting value generated by each neighborhood.
177
169
178
170
*Kalman filter*: This filter, also known as the Linear Quadratic Estimation, recursively operates on noisy inputs to compute a statistically optimal estimate of the underlying system state.
179
171
@@ -187,37 +179,12 @@ With a background that is relatively even across the image, remove it with the *
187
179
188
180
To fix an uneven background use the menu command {% include bc path='Process | Subtract background'%}. This will use a *rolling ball* algorithm on the uneven background. The radius should be set to at least the size of the largest object that is *not* part of the background. It can also be used to remove background from gels where the background is white. Running the command several times may produce better results. The user can choose whether or not to have a light background, create a background with no subtraction, have a sliding paraboloid, disable smoothing, or preview the results. The default value for the rolling ball radius is 50 pixels.
189
181
190
-
{::nomarkdown}
191
-
<table>
192
-
<tbody>
193
-
<tr>
194
-
<td style="border:none;padding:0.0194in;">
195
-
<p><em>RAW</em></p>
196
-
</td>
197
-
<td style="border:none;padding:0.0194in;"></td>
198
-
<td style="border:none;padding:0.0194in;">
199
-
<p>{% include bc path='Process | Subtract Background...'%}</p>
@@ -314,7 +250,7 @@ More sophisticated masking can be done by *thresholding* the image and subtracti
314
250
1. Duplicate the image, or, if it's a stack, generate an *average projection* of a few frames.
315
251
2. Threshold this image with the menu command {% include bc path='Image | Adjust | Threshold'%}.
316
252
3. Hit the Auto button and adjust the sliders until all the cells are highlighted red.
317
-
4. Click *Apply*. Check the following box: *black foreground, white background*. You should now have a white and black image with your cells black and background white. If you have white cells and black background, invert the image with {% include bc path='Edit | Invert'%}.
253
+
4. Click *Apply* Check the following box: *black foreground, white background*. You should now have a white and black image with your cells black and background white. If you have white cells and black background, invert the image with {% include bc path='Edit | Invert'%}.
318
254
5. This can be smoothed with the command {% include bc path='Process | Smooth'%} and the black area enlarged slightly with {% include bc path='Process | Binary | Dilate'%} to give a better mask.
319
255
6. Using the regular Image calculator {% include bc path='Process | Image calculator'%} subtract this black and white "mask" image from your original image or stack.
0 commit comments