Intrinsic Features of Blobs

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
Line 28: Line 28:
 
| Axes Lengths
 
| Axes Lengths
 
| The length of the axes of the ND hyper-ellipsoid fit to the object [1]
 
| The length of the axes of the ND hyper-ellipsoid fit to the object [1]
| <math>|\Omega|</math>
+
| <math>4\sqrt{\lambda_i}</math>
 
|-
 
|-
 
| Eccentricity
 
| Eccentricity
 
| Ratio of the distance between the foci of the best-fit hyper-ellipsoid to the length of its major axis. (2D) [1]
 
| Ratio of the distance between the foci of the best-fit hyper-ellipsoid to the length of its major axis. (2D) [1]
 +
| <math>\sqrt{\frac{\lambda_1 - \lambda_0}{\lambda_1}}</math>
 
|-
 
|-
 
| Elongation
 
| Elongation
 
| Ratio of the major axis length to minor axis length of the best-fit hyper-ellipsoid. (2D) [1]
 
| Ratio of the major axis length to minor axis length of the best-fit hyper-ellipsoid. (2D) [1]
 +
| <math>\frac{\lambda_1}{\lambda_0}</math>
 
|-
 
|-
 
| Orientation
 
| Orientation
 
| Angle between the major axis of the best-fit hyper-ellipsoid and origin. (2D) [1]
 
| Angle between the major axis of the best-fit hyper-ellipsoid and origin. (2D) [1]
 +
| <math>tan^{-1}(\frac{\bar{v_1}(1)}{\bar{v_1}(0)})</math>
 
|-
 
|-
 
| Bounding Box Volume
 
| Bounding Box Volume
 
| Number of voxels in the bounding box of the object [1]
 
| Number of voxels in the bounding box of the object [1]
 +
| (max(X)-min(X)+1) * (max(Y)-min(Y)+1) * ...
 
|-
 
|-
 
| Oriented Bounding Box Volume
 
| Oriented Bounding Box Volume
 
| Number of voxels in the oriented bounding box of the object. The oriented bounding box is defined as the bounding box aligned along the axes of the object. [1]
 
| Number of voxels in the oriented bounding box of the object. The oriented bounding box is defined as the bounding box aligned along the axes of the object. [1]
 +
|
 
|-
 
|-
 
| Sum
 
| Sum
 
| Same as integrated intensity [2]
 
| Same as integrated intensity [2]
 +
|
 
|-
 
|-
 
| Mean
 
| Mean
 
| Average intensity of voxels in the object [2]
 
| Average intensity of voxels in the object [2]
 +
|
 
|-
 
|-
 
| Median
 
| Median
 
| Middle intensity of voxels in the object [2]
 
| Middle intensity of voxels in the object [2]
 +
|
 
|-
 
|-
 
| Minimum
 
| Minimum
 
| Minimum intensity of voxels in the object [2]
 
| Minimum intensity of voxels in the object [2]
 +
|
 
|-
 
|-
 
| Maximum
 
| Maximum
 
| Maximum intensity of voxels in the object [2]
 
| Maximum intensity of voxels in the object [2]
 +
|
 
|-  
 
|-  
 
| Sigma
 
| Sigma
 
| Standard deviation of intensity of voxels in the object [2]
 
| Standard deviation of intensity of voxels in the object [2]
 +
|
 
|-
 
|-
 
| Variance
 
| Variance
 
| Variance of intensity of voxels in the object [2]
 
| Variance of intensity of voxels in the object [2]
 +
| <math>\sigma_I</math>
 
|-
 
|-
 
| Radius Variation
 
| Radius Variation
 
| Standard deviation of distance from surface voxels to centroid
 
| Standard deviation of distance from surface voxels to centroid
 +
| stddev(<math>\sqrt{\|\Omega_s - \bar{p}\|}</math>
 
|-
 
|-
 
| Skew
 
| Skew
| Skew of the normalized intensity histogram
+
| Skew of the normalized intensity histogram [3]
 +
| <math>\frac{1}{\sigma_I^3}\sum_{I=0}^{255}(I-\bar{I})^3P(I)</math>
 
|-
 
|-
 
| Energy
 
| Energy
| Energy of the normalized intensity histogram
+
| Energy of the normalized intensity histogram [3]
 +
| <math>\sum_{I=0}^{255}[P(I)]^2</math>
 
|-
 
|-
 
| Entropy
 
| Entropy
| Entropy of the normalized intensity histogram
+
| Entropy of the normalized intensity histogram [3]
 +
| <math>-\sum_{I=0}^{255}P(I)\log_2{P(I)}</math>
 
|-
 
|-
 
| Surface Gradient
 
| Surface Gradient
 
| Average of surface gradients
 
| Average of surface gradients
 +
| <math>mean(G(\Omega_s))</math>
 
|-
 
|-
 
| Interior Gradient
 
| Interior Gradient
 
| Average of interior gradients
 
| Average of interior gradients
 +
| <math>mean(G(\Omega_{in}))</math>
 
|-
 
|-
 
| Interior Intensity
 
| Interior Intensity
| Average of interior intensities  
+
| Average of interior intensities
 +
| <math>mean(I(\Omega_{in}))</math>
 
|-
 
|-
 
| Surface Intensity
 
| Surface Intensity
 
| Average of surface intensities
 
| Average of surface intensities
 +
| <math>mean(I(\Omega_s))</math>
 
|-
 
|-
 
| Intensity Ratio
 
| Intensity Ratio
 
| Ratio of surface intensity to interior intensity
 
| Ratio of surface intensity to interior intensity
 +
| <math>\frac{mean(I(\Omega_s))}{mean(I(\Omega_{in}))}</math>
 
|-
 
|-
 
| Shared Boundary
 
| Shared Boundary
| Ratio of surface area that touches another object to total surface area
+
| Ratio of object "edges" that touch another object to total number of object "edges
 +
|
 
|-
 
|-
 
| Surface Area
 
| Surface Area
| Number of voxels on surface of the object
+
| Number of voxels on surface of the object [4]
 +
| <math>|\Omega_s|</math>
 
|-
 
|-
 
| Shape
 
| Shape
| Ratio of surface voxels to total voxels - compactness or thinness of object
+
| Ratio of surface voxels to total voxels - compactness or thinness of object [5]
 +
| <math>\frac{|\Omega_s|^3}{36\pi|\Omega|^2}</math>
 
|}
 
|}
  
Line 117: Line 141:
 
<FONT SIZE="+1"><math>M_{p,q,r} = \sum_{z=0}^{Z-1}\sum_{y=0}^{Y-1}\sum_{x=0}^{X-1}x^p y^q z^r I(x,y,z)</math></FONT> - Raw Moment of discrete image <math>I</math><br>
 
<FONT SIZE="+1"><math>M_{p,q,r} = \sum_{z=0}^{Z-1}\sum_{y=0}^{Y-1}\sum_{x=0}^{X-1}x^p y^q z^r I(x,y,z)</math></FONT> - Raw Moment of discrete image <math>I</math><br>
 
<FONT SIZE="+1"><math>\lambda_i</math></FONT> - <math>i^{th}</math> eigenvalue of covariance matrix<br>
 
<FONT SIZE="+1"><math>\lambda_i</math></FONT> - <math>i^{th}</math> eigenvalue of covariance matrix<br>
 +
<FONT SIZE="+1"><math>\bar{v_i}</math></FONT> - eigenvector corresponding to <math>\lambda_i</math><br>
  
==External Links==
+
==References==
 
[1] [http://www.insight-journal.org/browse/publication/301 itkLabelGeometryImageFilter]<br>
 
[1] [http://www.insight-journal.org/browse/publication/301 itkLabelGeometryImageFilter]<br>
 
[2] [http://www.itk.org/Doxygen312/html/classitk_1_1LabelStatisticsImageFilter.html itkLabelStatisticsImageFilter]<br>
 
[2] [http://www.itk.org/Doxygen312/html/classitk_1_1LabelStatisticsImageFilter.html itkLabelStatisticsImageFilter]<br>
[3] [http://kitware.com/products/archive/kitware_quarterly0109.pdf Kitware Source Newsletter]
+
[3] Umbaugh, S. E., Y.-S. Wei, et al. (1997). "Feature extraction in image analysis. A program for facilitating data reduction in medical image classification." Engineering in Medicine and Biology Magazine, IEEE 16(4): 62-73.<br>
 +
[4] Lohmann, G. (1998). Volumetric Image Analysis, Wiley <br>
 +
[5] Theodoridis, S. and K. Koutroumbas (1999). Pattern recognition. San Diego, Academic Press. <br>
 +
[6] [http://kitware.com/products/archive/kitware_quarterly0109.pdf Kitware Source Newsletter]

Revision as of 18:38, 28 April 2009

Intrinsic Features for Blobs

These features can be calculated with two input images (Data Image and Label Image). They are most commonly used for blob-like regions, such as cell nuclei. Equations are shown for 3-dimensional space unless otherwise noted.

Name Description Formula
Volume Number of voxels in the object [1] | Ω | or M000 | {I = binary}
Integrated Intensity Sum of the intensities of all voxels in the object [1] \sum I(\Omega) or M000 | {I = intensity}
Centroid Center of the object [1]  \left [ \begin{array}{ccc} \frac{M_{100}}{M_{000}}, & \frac{M_{010}}{M_{000}}, & \frac{M_{001}}{M_{000}} \end{array} \right ]|\{I=binary\}
Weighted Centroid Uses the image intensity values to calculate the center of mass of the object [1]  \left [ \begin{array}{ccc} \frac{M_{100}}{M_{000}}, & \frac{M_{010}}{M_{000}}, & \frac{M_{001}}{M_{000}} \end{array} \right ]|\{I=intensity\}
Axes Lengths The length of the axes of the ND hyper-ellipsoid fit to the object [1] 4\sqrt{\lambda_i}
Eccentricity Ratio of the distance between the foci of the best-fit hyper-ellipsoid to the length of its major axis. (2D) [1] \sqrt{\frac{\lambda_1 - \lambda_0}{\lambda_1}}
Elongation Ratio of the major axis length to minor axis length of the best-fit hyper-ellipsoid. (2D) [1] \frac{\lambda_1}{\lambda_0}
Orientation Angle between the major axis of the best-fit hyper-ellipsoid and origin. (2D) [1] tan^{-1}(\frac{\bar{v_1}(1)}{\bar{v_1}(0)})
Bounding Box Volume Number of voxels in the bounding box of the object [1] (max(X)-min(X)+1) * (max(Y)-min(Y)+1) * ...
Oriented Bounding Box Volume Number of voxels in the oriented bounding box of the object. The oriented bounding box is defined as the bounding box aligned along the axes of the object. [1]
Sum Same as integrated intensity [2]
Mean Average intensity of voxels in the object [2]
Median Middle intensity of voxels in the object [2]
Minimum Minimum intensity of voxels in the object [2]
Maximum Maximum intensity of voxels in the object [2]
Sigma Standard deviation of intensity of voxels in the object [2]
Variance Variance of intensity of voxels in the object [2] σI
Radius Variation Standard deviation of distance from surface voxels to centroid stddev(\sqrt{\|\Omega_s - \bar{p}\|}
Skew Skew of the normalized intensity histogram [3] \frac{1}{\sigma_I^3}\sum_{I=0}^{255}(I-\bar{I})^3P(I)
Energy Energy of the normalized intensity histogram [3] \sum_{I=0}^{255}[P(I)]^2
Entropy Entropy of the normalized intensity histogram [3] -\sum_{I=0}^{255}P(I)\log_2{P(I)}
Surface Gradient Average of surface gradients mean(Gs))
Interior Gradient Average of interior gradients mean(Gin))
Interior Intensity Average of interior intensities mean(Iin))
Surface Intensity Average of surface intensities mean(Is))
Intensity Ratio Ratio of surface intensity to interior intensity \frac{mean(I(\Omega_s))}{mean(I(\Omega_{in}))}
Shared Boundary Ratio of object "edges" that touch another object to total number of object "edges
Surface Area Number of voxels on surface of the object [4] | Ωs |
Shape Ratio of surface voxels to total voxels - compactness or thinness of object [5] \frac{|\Omega_s|^3}{36\pi|\Omega|^2}

Glossary of Notation

p = (x,y,z) - the coordinate of a voxel (three-dimensional point in a volume image)
Np - a neighbor voxel of p
lp - the segmentation label at p
Ii(p) - the intensity value of p at ith channel
Ω = {p | lp = o} - the set of voxels of an object o
\Omega_s = \{l_p = o; \exists N_p, l_{N_p} \neq o\} - the set of surface voxels of the object
Ωin = Ω − Ωs - the set of interior voxels of an object
G - the magnitude of intensity gradient at p
\bar{p} - the center of mass of the object
P - the normalized histogram of the intensities
P(I) - normalized histogram of intensity values I
M_{p,q,r} = \sum_{z=0}^{Z-1}\sum_{y=0}^{Y-1}\sum_{x=0}^{X-1}x^p y^q z^r I(x,y,z) - Raw Moment of discrete image I
λi - ith eigenvalue of covariance matrix
\bar{v_i} - eigenvector corresponding to λi

References

[1] itkLabelGeometryImageFilter
[2] itkLabelStatisticsImageFilter
[3] Umbaugh, S. E., Y.-S. Wei, et al. (1997). "Feature extraction in image analysis. A program for facilitating data reduction in medical image classification." Engineering in Medicine and Biology Magazine, IEEE 16(4): 62-73.
[4] Lohmann, G. (1998). Volumetric Image Analysis, Wiley
[5] Theodoridis, S. and K. Koutroumbas (1999). Pattern recognition. San Diego, Academic Press.
[6] Kitware Source Newsletter

Personal tools