differenceOfGaussianFilter
Version 1.0 (1.63 KB) by
Miguel Lago
differenceOfGaussianFilter() creates difference of Gaussian channel filters in 2D (DoG)
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
Cite As
Miguel Lago (2026). differenceOfGaussianFilter (https://in.mathworks.com/matlabcentral/fileexchange/70445-differenceofgaussianfilter), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2017a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Single-Rate Filters 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 |