Filter with Gabor Kernel using FFT
Version 1.0.0.0 (2.72 KB) by
Ke Yan
Filter an image with M*N Gabor kernels, return the result. Use FFT to accelerate.
[G GWINLEN] = genGaborKernelF( MU,NU,sigma,scaleXY,imgSz )
GIMG = GABORCONV(IMG,G,GWINLEN)
Extract the texture feature using Gabor filter/wavelet. You should first generate cell array G, which is a set of kernels in freq domain, then pass G and the image to the function GABORCONV.
Cite As
Ke Yan (2026). Filter with Gabor Kernel using FFT (https://nl.mathworks.com/matlabcentral/fileexchange/30795-filter-with-gabor-kernel-using-fft), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Object Detection Using Features > Face Detection >
Find more on Face Detection in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
