利用matlab二维卷积处理图像我要分享

Two dimensional convolution image processing with MATLAB

关注次数: 257

下载次数: 0

文件大小: 49.43 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:  本代码实现用离散二维卷积处理图像。卷积(Convolution)是一个常用的图像处理技术,可以改变像素强度,从而影响周围其他像素的强度。使用卷积就是为了提取显著特征,减少特征维数,减少计算量。


English Description:

&This code uses discrete two-dimensional convolution to process images. Convolution is a common image processing technology, which can change the intensity of pixels, thus affecting the intensity of other pixels around. Convolution is used to extract salient features, reduce the dimension of features and reduce the amount of computation.


代码预览

相关推荐