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
* Added function to construct 2D Gabor kernel.
* Modified gabor function to include imaginary part of the filter.
* Added tests for gabor filter function.
* Modified gabor function and placed validate_gabor outside of gabor.
* Added warnings for cases when size_x or size_y is not positive.
* Added test cases for errors/exceptions.
Returns a 2 Dimensional Complex Gabor kernel contained in a tuple where
337
+
338
+
- `size_x`, `size_y` denote the size of the kernel
339
+
- `σ` denotes the standard deviation of the Gaussian envelope
340
+
- `θ` represents the orientation of the normal to the parallel stripes of a Gabor function
341
+
- `λ` represents the wavelength of the sinusoidal factor
342
+
- `γ` is the spatial aspect ratio, and specifies the ellipticity of the support of the Gabor function
343
+
- `ψ` is the phase offset
344
+
345
+
#Citation
346
+
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