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.
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.