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.
我想问在图像处理中我应用过滤器的顺序是否重要。如果我先应用中值滤波器然后再应用一些低通滤波器,如果我先应用低通滤波器然后中值滤波器会有所不同吗?我们如何从概念上解释这一点?
是的,结果会有所不同。这是因为中值滤波器不是 LTI 系统,因此不能任意重新排序操作。