fit2dGabor(data,opt​ions)

版本 1.0.1.0 (22.5 KB) 作者: Gerrit Ecke
Fit a 2d Gabor function to data with ease.
200.0 次下载
更新时间 2017/8/1

查看许可证

Very simple to use function to fit a 2d Gabor function to given data. Input is a 2d matrix. Works well and robustly with standard settings but can be customized with further options. Methods used are documented in the function help.
If you want to perform a test run try the demo.m file. We provide a set of more or less Gabor-like input samples of rather bad quality to demonstrate performance (see also image).
For any questions please feel free to contact the authors. Also, please submit bug reports. If you end up using this function we would be happy to hear from you.
Important note:
Standard behaviour is to fit a Gabor function with elliptical envelope (options.shape='elliptical'). However, the standard circular Gaussian envelope is also implemented as an option (options.shape='equal').

引用格式

Gerrit Ecke (2024). fit2dGabor(data,options) (https://www.mathworks.com/matlabcentral/fileexchange/60700-fit2dgabor-data-options), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Frequently-used Algorithms 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1.0

Minor bug fixes on parsing "options.visualize" and other boolean option settings
Minor bug fixes on parsing "options.visualize" and other boolean option settings

1.0.0.0

-