Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
设计一个二维平均滤波器,可以减少噪声对图像“waves_noise.jpg”的影响。您可以使用 MATLAB 中的图像处理工具箱来读取图像,将它们从 RGB 转换为灰度,并使用 MATLAB 函数进行 2D 卷积
查看 imfilter 命令。这个问题很简单。