Intensity features
Intensity features measure pixel or voxel intensity on field, volume and object.
Intensity
Measures the channel intensity value of all pixels and outputs specified aggregation (Mean by default) for the relevant pixels.
or simply denotes -th pixel of channel .
Aggregations
- Mean
- is expected value (see Wikipedia):
- Maximum
- highest intensity
- Minimum
- lowest intensity
- Entropy
- describes uncertainty of information (see Wikipedia):
where: is a distribution of intensity values.
- Kurtosis
- describes relative frequency of extreme values (see explanation):
- Mode
- is the intensity value that is the most frequent.
- Quantile
- N-th quantile is the intensity that divides an ordered range of values into two parts such that the first part contains 100 x N % of values and the second part contains 100 x (1 - N) % of values. If quantile is set to 0.5, this function computes the median of values.
- Skewness
- describes symmetry of a distribution (see explanation):
- Standard deviation
- is a measure of the amount of variation of the values of a variable about its mean (see Wikipedia):
- Sum
- is the addition of all values:
- Uniformity
- is a measure of the uniformity (every value occurs roughly the same time) of the distribution of values:
where: is a distribution of intensity values
- Variance
- is the expected value of the squared deviation from the mean of a random variable (see Wikipedia):
- Background estimate
- estimates the background intensity.
- Focus criterion
- is a measure of contrast of neighboring pixels.
- Otsu threshold
- calculates the threshold intensity that separates the background from the foreground (see Wikipedia).
- Gaussian fit []
- parameter of the gaussian fit of the pixel intensity distribution (see Wikipedia).
- Gaussian fit []
- parameter of the gaussian fit of the pixel intensity distribution (see Wikipedia).
- Gaussian fit []
- squared residuals () of the gaussian fit of the pixel intensity distribution (see Wikipedia).
Ratio
Measures the per pixel ratio of twos specified channel intensities (, and outputs the average for all relevant pixels.
MSE
Measures the mean squared difference between two specified channel intensities and over all relevant pixels or voxels.
The value is non-negative. A value of 0 means that the two channels have identical intensities at every relevant pixel.
Pearson
Pearson correlation coefficient measures linear correlation between two specified channel intensities and (see Wikipedia).
The value ranges from -1 to 1.
Manders
Measures following overlap features on two channel intensities and .
See the paper:
E. M. M. MANDERS, F. J. VERBEEK, J. A. ATEN: “Measurement of co-localization of objects in dual-colour confocal images” (1993)
- Manders overlap
- describes overlap between two channels. It is not dependent on the relative strengths of the channels, but depends on the background.
- Manders overlap coefficients ,
- The coefficients k1 and k2 describe intensity variations between channel 1 and channel 2. Values depend on the intensities of two channels. They are sensitive to the difference in the channel intensities.
- Colocalization coefficients ,
- describe contribution of each channel to the overall colocalization. Values are not sensitive to channel intensities. They can be used when the numbers of objects are not equal.
Costes Background
Automatically estimates a pair of intensity thresholds for two fluorescence channels. Intensities below these thresholds are treated as uncorrelated background for colocalization analysis.
Use the two resulting values as the channel thresholds for a subsequent Costes-style colocalization measurement. For example, thresholded Manders coefficients can be calculated from voxels that are above the thresholds in both channels. This avoids choosing the two thresholds manually and makes the analysis more reproducible.
The method searches for the thresholds at which the lower-intensity voxels no longer have a positive Pearson correlation. It returns only the two thresholds; it does not calculate a colocalization coefficient or perform the Costes randomization significance test.
In this context, background means the low-intensity, uncorrelated part of the two-channel data. It is not a general-purpose estimate of detector offset or uniform image background. Such background should be corrected before the measurement. If a binary mask is provided, only voxels inside the mask are analyzed.
See the paper:
S. V. Costes et al.: “Automatic and Quantitative Measurement of Protein-Protein Colocalization in Live Cells” (2004)