标签: matlab sliding-window
我正在尝试使用nlfilter对滑动窗口求平均,但图像始终显示为空白。这是我的代码。
B = nlfilter(graydog,[3 3],@(x) round(mean(x(:))));
有什么想法吗?