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.
在图像处理文本中,经常有描述为非极大值抑制的算法。我的问题是:找到局部最大值有什么区别?
非最大值抑制通常在两种情况下遇到:边缘检测和局部最大值检测。
在边缘检测的上下文中,它指的是一种专门针对梯度幅度图像的细化算法。
在后一种情况下,它相当于其经典含义(不是形态最小值等)的局部最大值检测,其中不大于其邻居的像素设置为零。