how to create a gaussain function
Mostra commenti meno recenti
i want to create a gaussian with size 100x100 and with a standard deviation of 50 pixel. how will i go about it please.
Risposte (1)
g = fspecial("gaussian", 100, 50) % In Image Processing Toolbox.
imshow(g, []);
axis('on', 'image')
1 Commento
ogheneochuko oyaide
il 30 Ago 2022
Categorie
Scopri di più su Images in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
