Co-Occurrence Matrix

From GM-RKB
Jump to navigation Jump to search

A Co-Occurrence Matrix is a symmetric square matrix that represents a co-occurrence statistics (of co-occurrence relations) for some co-occurrence data.



References

2015

  • (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/co-occurrence_matrix Retrieved:2015-2-8.
    • A co-occurrence matrix or co-occurrence distribution (less often coöccurrence matrix or coöccurrence distribution) is a matrix or distribution that is defined over an image to be the distribution of co-occurring values at a given offset. Mathematically, a co-occurrence matrix C is defined over an n × m image I, parameterized by an offset (Δx,Δy), as:

      [math]\displaystyle{ C_{\Delta x, \Delta y}(i,j)=\sum_{p=1}^n\sum_{q=1}^m\begin{cases} 1, & \mbox{if }I(p,q)=i\mbox{ and }I(p \Delta x,q \Delta y)=j \\ 0, & \mbox{otherwise}\end{cases} }[/math]

      where i and j are the image intensity values of the image, p and q are the spatial positions in the image I and the offset (Δx,Δy) depends on the direction used [math]\displaystyle{ \theta }[/math] and the distance at which the matrix is computed d. The 'value' of the image originally referred to the grayscale value of the specified pixel, but could be anything, from a binary on/off value to 32-bit color and beyond. Note that 32-bit color will yield a [math]\displaystyle{ 2^{32} \times 2^{32} }[/math] co-occurrence matrix!

      Really any matrix or pair of matrices can be used to generate a co-occurrence matrix, though their main applicability has been in the measuring of texture in images, so the typical definition, as above, assumes that the matrix is in fact an image.

      It is also possible to define the matrix across two different images. Such a matrix can then be used for color mapping.

      Note that the (Δx,Δy) parameterization makes the co-occurrence matrix sensitive to rotation. We choose one offset vector, so a rotation of the image not equal to 180 degrees will result in a different co-occurrence distribution for the same (rotated) image. This is rarely desirable in the applications co-occurrence matrices are used in, so the co-occurrence matrix is often formed using a set of offsets sweeping through 180 degrees (i.e. 0, 45, 90, and 135 degrees) at the same distance to achieve a degree of rotational invariance.

2010