You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns a 2 Dimensional Complex Gabor kernel contained in a tuple where
434
-
435
-
- `size_x`, `size_y` denote the size of the kernel
436
-
- `σ` denotes the standard deviation of the Gaussian envelope
437
-
- `θ` represents the orientation of the normal to the parallel stripes of a Gabor function
438
-
- `λ` represents the wavelength of the sinusoidal factor
439
-
- `γ` is the spatial aspect ratio, and specifies the ellipticity of the support of the Gabor function
440
-
- `ψ` is the phase offset
441
-
442
-
#Citation
443
-
N. Petkov and P. Kruizinga, “Computational models of visual neurons specialised in the detection of periodic and aperiodic oriented visual stimuli: bar and grating cells,” Biological Cybernetics, vol. 76, no. 2, pp. 83–96, Feb. 1997. doi.org/10.1007/s004220050323
Returns a 2 Dimensional Complex Gabor kernel contained in a tuple where
7
+
8
+
- `size_x`, `size_y` denote the size of the kernel
9
+
- `σ` denotes the standard deviation of the Gaussian envelope
10
+
- `θ` represents the orientation of the normal to the parallel stripes of a Gabor function
11
+
- `λ` represents the wavelength of the sinusoidal factor
12
+
- `γ` is the spatial aspect ratio, and specifies the ellipticity of the support of the Gabor function
13
+
- `ψ` is the phase offset
14
+
15
+
# Citation
16
+
17
+
N. Petkov and P. Kruizinga, “Computational models of visual neurons specialised in the detection of periodic and aperiodic oriented visual stimuli: bar and grating cells,” Biological Cybernetics, vol. 76, no. 2, pp. 83–96, Feb. 1997. doi.org/10.1007/s004220050323
0 commit comments