搜索资源列表
img
- 常用游戏图像处理,线性插值算法实现图像缩放、旋转详解,2D 游戏中的光照,动态模糊等-Common game image processing, linear interpolation algorithm to achieve image scaling, rotation, Xiang Jie, 2D game illumination, motion blur, etc.
FCM2D
- FCM2D(二维直方图,模糊聚类)法进行图像分割-segmentation by FCM-2D
DeconvolutionCode
- 是国外大牛编写的,对图像进行二维反卷积恢复代码,该代码主要针对图像的失焦模糊。-Prepared by the large foreign cattle 2D deconvolution, image recovery code.
线性滤波
- 线性低通滤波器最常用的是线性平滑滤波器,这种滤波器的所有系数都是正的,也称邻域平均。邻域平均减弱或消除了傅立叶变换的高频分量,对噪声的消除有所增强,但是由于平均而使图像变得更为模糊,细节的锐化程度逐渐减弱。 下面使用不同的平滑模板对图像进行滤波:(二维线性滤波fliter2)(The most commonly used linear low-pass filter is the linear smoothing filter, wh