The following Matlab project contains the source code and Matlab examples used for anisotropic isotropic 3 d gaussian profile .
Gaussian3D Creates 3-D Gaussian Kernel of specified width sigma_array=[sigma_x, sigma_y, sigma_z]
How to use the function:
Sx=3;Sy=4;Sz=5;
G = Gaussian3D([Sx, Sy, Sz], [7*Sx, 7*Sy, 7*Sz]);
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
Gaussian3D.m | 1474 |
license.txt | 1304 |