Gabor函数

一个2-D Gabor函数的公式如下:

g ( x , y ) = 1 2 π σ x σ y e x p [ 1 2 ( x 2 σ x 2 + y 2 σ x 2 ) + 2 π j W x ]

其傅立叶变化为
G ( u , v ) = e x p { 1 2 [ ( u W ) 2 σ u 2 + v 2 σ v 2 ] }

通过旋转和尺度变化,可以生成一组Gabor函数族:
g m , n ( x , y ) = a m g ( x , y )

其中
x = a m ( x cos θ n + y sin θ n ) y = a m ( x sin θ n + y cos θ n )

θ n = n π K m = 0 , 1 , 2 , , S 1 n = 0 , 1 , 2 , , K 1
.
这里的 S K 分别表示尺度和旋转角度的总数。

参考引用:
[1]Ju Han, Kai-Kuang Ma. Rotation-invariant and scale-invariant Gabor features for texture image retrieval, Image and Vision Computing 25 (2007) 1474–1481

猜你喜欢

转载自blog.csdn.net/qq_41048119/article/details/80797897