资源列表
代码
- 基于matlab对图像进行染噪处理,然后进行降噪处理,有效的提高了图像的清晰度(Based on MATLAB for image noise processing, and then noise reduction processing, effectively improve the image clarity)
50543410canny_edge
- 实现图像的边缘提取,有很好的效果,可以帮助大家学习(Realize the image edge extraction, has a very good effect, can help everyone to learn)
plot画图实例
- 在matlab中,使用plot画图实例,能熟练掌握使用plot进行画图(In MATLAB, use the plot drawing example)
DFT_DCT
- 对图像进行8*8DCT变换后保留前六条对角线上系数并进行反变换。 不使用MATLAB自带工具包进行DFT变换。(8*8 DCT transform of a image)
CubicConvolution
- 采用三次卷积法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the Cubic Convolution method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
NearestNeighbor
- 采用最近邻法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the nearest neighbor method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
Bilinear
- 采用双线性内插对图像进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Bilinear interpolation is used to zoom the image n times, with examples of pictures, notes, can run, welcome exchanges.)
vortex (2)
- 生成涡旋光给SLM使用,是基于matlab编写的,效果还不错(generate vortex phase for slm)
snake算法的边缘检测
- 图像边缘检测,利用snake算法对图像进行边缘检测实测效果良好(Image edge detection)
noise
- 本程序基于matlab平台,向一张图片中分别添加了三种不同的噪声,并用四种不同的去噪方法进行去噪,并比较了去噪的效果(Based on the MATLAB platform, this program adds three different kinds of noise to a picture, and uses four different denoising methods to denoise, and compares the effect of denoising)
MP
- MP算法代码 作为对信号进行稀疏分解的方法之一,将信号在完备字典库上进行分解。(MP algorithm as one of the sparse decompose method ,make the single decomposed in a dictionary library)
ImageRevolves
- 图像旋转变换,c++实现,有具体详细注释,希望读者采纳(homework From the image class,hoping it will be helpful to all of you,thank you very much)