Content deleted Content added
→Miscelenous: Tidying up grammar and spelling. |
Seliseli88 (talk | contribs) |
||
Line 56:
Then GST consists in
: <math> GST=(\lambda_{max}-\lambda_{min})
\int \omega(\xi,\eta)\left[
\begin{array}{c}
\frac{\partial f}{\partial \xi} \\
\frac{\partial f}{\partial \eta} \\
\end{array}
\right]
[\
where <math> 0\le \lambda_{min}\le \lambda_{max}</math> are
:<math>
\begin{array}{c}
\xi(x,y)=\Re g(z)\\
\eta(x,y)=\Im g(z)\\
\end{array}
</math>
where <math>z=x+iy</math> <ref>{{cite journal |last1=Bigun |first1=Josef |title=Pattern Recognition in Images by Symmetries and Coordinate Transformations |journal=Computer Vision and Image Understanding |date=December 1997 |volume=68 |issue=3 |pages=290–307 |doi=https://doi.org/10.1006/cviu.1997.0556}}</ref>.
Examples of analytic functions include <math> g(z)=\log z=\log(x+iy)</math>, as well as monomials <math> g(z)=z^n=(x+iy)^n</math>, <math> g(z)=z^(n/2)=(x+iy)^(n/2)</math>, where <math> n</math> is an arbitrary positive or negative integer. The monomials <math> g(z)=z^n</math> are also referred to as Harmonic functions in Computer Vision, and Image Processing.
Thereby, Cartesian [[Structure tensor]] is a special case of GST where <math> \xi=x</math>, and <math> \eta=y</math>, i.e. the harmonic function is simply <math> g(z)= z=(x+iy)</math>. Thus by choosing a harmonic function <math>g</math>, one can detect all curves that are linear combinations of its real and imaginary parts by convolutions on (rectangular) image grids only, even if <math>\xi,\eta</math> are non-Cartesian. Furthermore, the convolution computations can be done by using complex filters applied to the complex version of the structure tensor. Thus, GST implementations have frequently been done using complex version of the structure tensor, rather than using the (1,1) tensor.
==Basic concept for its use in image processing and computer vision ==
|