differenceOfGaussia​nFilter

Versione 1.0 (1,63 KB) da Miguel Lago
differenceOfGaussianFilter() creates difference of Gaussian channel filters in 2D (DoG)
70 download
Aggiornato 1 mar 2019

Visualizza la licenza

EXAMPLE OF USE:
L=differenceOfGaussianFilter(); % generates the channel filters with default parameters
L=differenceOfGaussianFilter(imgSize); % generates the channel filters at the given image size (as a 2D vector) with default parameters
L=differenceOfGaussianFilter(imgSize,N,std0,alpha,Q); % generates N channel filters at the given image size (as a 2D vector) and the specified values for std0, alpha and Q

Cita come

Miguel Lago (2024). differenceOfGaussianFilter (https://www.mathworks.com/matlabcentral/fileexchange/70445-differenceofgaussianfilter), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Single-Rate Filters in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0