Matlab中线性空间滤波实析

本文介绍了Matlab中使用imfilter函数进行线性空间滤波的基本知识,包括参数设置如边界填充方式('replicate', 'symmetric', 'circular')以及滤波模式('full', 'same')。通过实例解释了不同参数下滤波的效果,并对比了'corr'和'conv'的区别。参考代码展示了滤波操作的应用。" 101987121,7932265,傅立叶变换理论:颠覆AI与神经网络计算的新浪潮,"['人工智能', '深度学习', '信号与系统', '计算速度', '神经科学']
摘要由CSDN通过智能技术生成

基本知识

imfilter函数

Multidimensional image filtering

格式:

B = imfilter(A,H)
B = imfilter(A,H,option1,option2,...)
参数:

B = imfilter(A,H) filters the multidimensional arrayA with the multidimensional filter H. The array,A, can be a non-sparse numeric array of any class and dimension. The result,B, has the same size and class asA.

Each element of the out

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值