Phase congruency

From HandWiki
Revision as of 22:25, 31 July 2022 by imported>TextAI (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Phase congruency is a measure of feature significance in computer images, a method of edge detection that is particularly robust against changes in illumination and contrast.

Foundations

Phase congruency reflects the behaviour of the image in the frequency domain. It has been noted that edgelike features have many of their frequency components in the same phase. The concept is similar to coherence, except that it applies to functions of different wavelength.

For example, the Fourier decomposition of a square wave consists of sine functions, whose frequencies are odd multiples of the fundamental frequency. At the rising edges of the square wave, each sinusoidal component has a rising phase; the phases have maximal congruency at the edges. This corresponds to the human-perceived edges in an image where there are sharp changes between light and dark.

Definition

Phase congruency compares the weighted alignment of the Fourier components of a signal [math]\displaystyle{ A_{\rm n} }[/math] with the sum of the Fourier components.

[math]\displaystyle{ PC(t) = \max_{\bar{\phi}} \frac{\sum_{\rm n} A_{\rm n} \cos(\phi_{\rm n}(t)-\bar\phi)}{\sum_{\rm n}A_n} }[/math]

where [math]\displaystyle{ \phi_{\rm n} }[/math] is the local or instantaneous phase as can be calculated using the Hilbert transform and [math]\displaystyle{ A_{\rm n} }[/math] are the local amplitude, or energy, of the signal. When all the phases are aligned, this is equal to 1.

Several ways of implementing phase congruency have been developed, of which two versions are available in open source, one written for Matlab [1] and the other written in Java as a plugin for the ImageJ software.[2]

Given the different notations used for its formulation, a unified version has been recently presented, where a methodology for the parameter tuning is also presented.[3]

Advantages

The square-wave example is naive in that most edge detection methods deal with it equally well. For example, the first derivative has a maximal magnitude at the edges. However, there are cases where the perceived edge does not have a sharp step or a large derivative. The method of phase congruency applies to many cases where other methods fail.

A notable example is an image feature consisting of a single line, such as the letter "l". Many edge-detection algorithms will pick up two adjacent edges: the transitions from white to black, and black to white. On the other hand, the phase congruency map has a single line. A simple Fourier analogy of this case is a triangle wave. In each of its crests there is a congruency of crests from different sinusoidal functions.

Disadvantages

Calculating the phase congruency map of an image is very computationally intensive, and sensitive to image noise[citation needed]. Techniques of noise reduction are usually applied prior to the calculation.

References

  1. "Peter Kovesi". Peter Kovesi. http://www.peterkovesi.com/. Retrieved 2022-06-10. 
  2. Forero, Manuel; Jacanamejoy, Carlos (2021-04-09). Phase Congruency. Unpublished. doi:10.13140/RG.2.2.10923.36642. https://www.researchgate.net/publication/350772129. 
  3. Forero, Manuel G.; Jacanamejoy, Carlos A. (2021). "Unified Mathematical Formulation of Monogenic Phase Congruency". Mathematics 9 (23): 3080. doi:10.3390/math9233080. 

External links