how to create a gaussain function
Mostrar comentarios más antiguos
i want to create a gaussian with size 100x100 and with a standard deviation of 50 pixel. how will i go about it please.
Respuestas (1)
g = fspecial("gaussian", 100, 50) % In Image Processing Toolbox.
imshow(g, []);
axis('on', 'image')
1 comentario
ogheneochuko oyaide
el 30 de Ag. de 2022
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
