differenceOfGaussia​nFilter

Versión 1.0 (1,63 KB) por Miguel Lago
differenceOfGaussianFilter() creates difference of Gaussian channel filters in 2D (DoG)
70 descargas
Actualizado 1 mar 2019

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Single-Rate Filters en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0