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.
为什么高斯平滑通常与边缘检测一起使用?
边缘检测算法最适合的平滑方法是什么?是高斯平滑吗?如果是这样,为什么?
一个带有您自己的问题标题的简单谷歌就会回答您的问题。
基本上是为了避免噪音影响检测。
“因为这些内核近似于图像的二阶导数测量,它们对噪声非常敏感。为了解决这个问题,图像通常在应用拉普拉斯滤波器之前进行高斯平滑处理。”
来自.. http://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm