how to create a gaussain function
Afficher commentaires plus anciens
i want to create a gaussian with size 100x100 and with a standard deviation of 50 pixel. how will i go about it please.
Réponses (1)
g = fspecial("gaussian", 100, 50) % In Image Processing Toolbox.
imshow(g, []);
axis('on', 'image')
1 commentaire
ogheneochuko oyaide
le 30 Août 2022
Catégories
En savoir plus sur Images dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
