Gaussian smoothing in MatLab

Posted by qpr92 on Stack Overflow See other posts from Stack Overflow or by qpr92
Published on 2010-05-05T06:48:25Z Indexed on 2010/05/05 7:18 UTC
Read the original article Hit count: 196

Filed under:
|
|

For an m x n array of elements with some noisy images, I want to perform Gaussian smoothing. How do you do that in MatLab? I've read the math involves smoothing everything with a kernel at a certain scale but have no idea how to do this in MatLab. Im pretty new to this...

© Stack Overflow or respective owner

Related posts about matlab

Related posts about image