登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:matlab
  2. 代码类别:图形图像处理
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. translation

  通过maketform和cp2form指令将倾斜图形通过放射变换和投影变换纠正过来(By maketform and cp2tform instructions diagonal pattern by affine transformation and projection transformation corrected)

10
下载
73
浏览
2021-04-19发布

2. autok

  图像滤波matlab基于自适应k均值聚类的图像去噪方法(The image filter matlab image denoising method based on adaptive k-means clustering)

45
下载
85
浏览
2021-04-19发布

3. 卷积神经网络去雾

说明:  该代码实现了使用Matlab实现卷积神经网络来对图像进行去雾操作。(This code implements a convolutional neural network using Matlab to defog the image.)

17
下载
133
浏览
2021-04-19发布

4. total_mkl_matlab

  MKL多核学习综述文章对应的很多MKL代码的合集,里面有很多有代表性的代码,非常详细!(MKL multicore learn many review articles MKL code corresponding collection, there are a lot of representative code, very detailed!)

89
下载
172
浏览
2021-04-19发布

5. OMP

  压缩感知的OMP算法应用于图像压缩与恢复。(OMP compressed sensing image compression and restoration algorithms applied to)

456
下载
100
浏览
2021-04-19发布

6. laplacian-pyramid-decomposition

  给出了灰度图像(256*256大小)的三层高斯和拉普拉斯金字塔分解的程序和实现方法。内容包括:1.matlab源码,亲身实践,因为论文需要,自己专研的。完全可用。2.国外最先最权威的关于分解原理介绍的文章。以上两个内容中都有本人的悉心注释和思路总结,内容详尽。3.图示结果(code and principle of laplacian pyramid decomposition of a gray scale image are provided in the article.Contents are given in detail including the notes and usage. )

68
下载
92
浏览
2021-04-19发布

7. 片(信息熵、对比度、平均亮度、清晰度)

  计算一幅图片参数的程序合集(信息熵、对比度、平均亮度、清晰度)(informationentropy,constrast,luminosity,avegrad)

60
下载
89
浏览
2021-04-19发布

8. SRCNN

  基于深度学习的图像超分辨率算法。 参考论文 Learning a Deep Convolutional Network for Image Super-Resolution (ECCV 2014) (Super resolution based on deep learning Refer to Learning a Deep Convolutional Network for Image Super-Resolution (ECCV 2014))

113
下载
129
浏览
2021-04-18发布

9. Wavelet_OMP

  基于压缩感知的图像加密算法,稀疏基用的是小波,重构用的是OMP(Compressed sensing image encryption algorithm)

12
下载
111
浏览
2021-04-18发布

10. iterative phase retrieval algorithms

说明:  一些相位迭代算法,还挺有用的,可以直接拿过来使用(iterative phase retrieval algorithms)

2
下载
96
浏览
2021-04-18发布

11. fenqusuanfa

  数字全息分区算法模拟,用于从一副同轴全息图中恢复出物体的像(digital holography)

49
下载
86
浏览
2021-04-18发布

12. fenqusuanfa

  数字全息分区算法模拟,用于从一副同轴全息图中恢复出物体的像(digital holography)

47
下载
79
浏览
2021-04-18发布

13. digital-holographic-image

  本文首先对数字全息技术的记录和再现的基本原理、数值重建算法、频谱滤波方法,数字全息图的记录条件、再现光场的分离条件等基本问题进行了分析讨论(Firstly, the basic principle of the recording and reproducing of the digital holography, numerical reconstruction algorithm, the spectral filtering method, the digital hologram recording conditions, reproducing conditions of separation of the light field, and other basic issues discussed)

99
下载
99
浏览
2021-04-18发布

14. matlab-holograph-reconstruction

  全息图的建立与重现 比较简单 但是有说明 比较容易懂(The establishment and reproduce hologram is relatively simple but relatively easy to understand instructions)

61
下载
68
浏览
2021-04-18发布

15. Iris-images-recognition

  虹膜图像识别的完整程序,包括预处理,Hough变换定位中心,汉明距离匹配等。(Complete program iris recognition, including pretreatment, Hough transform positioning center, Hamming distance matching.)

60
下载
78
浏览
2021-04-18发布

16. PSO

说明:  实现 %1、利用RGB模型识别天空区域;2、利用边缘识别检测天空边缘分割线;3、利用预测边缘点和实际边缘点的周围区域的均值滤波与本边缘点下方的像素之间的差异大小来修正天空边缘分割线 %4、将sky_seg+depthmap_v2中多余的带注释的地方删掉了 %!!!记得在295行,一定要改动是用I6还是I7,如果用sky_initia(f = edge(double(BW),'canny',thresh,sigma);)

3
下载
91
浏览
2021-04-18发布

17. 2D-Wavelet-Transformation

  用DWT实现二维小波变换,调原始图像矩阵后进行二维小波分解,重构源图像及结果显示(Wavelet transform in 2-D dimentation)

56
下载
84
浏览
2021-04-18发布

18. facelocation

说明:  在一幅图像中对单人脸进行定位,原理是基于多模板匹配(locate face in one picture in which there is a single face,its theory base on many templates matching)

0
下载
69
浏览
2021-04-18发布

19. HSV

  实现RGB到HSV空间转换,之后提取H、S、V分量后获取图像的颜色直方图和累计颜色直方图。(Achieve RGB to HSV space conversion, after the extraction of H, S, V components to obtain the image of the color histogram and cumulative color histogram.)

88
下载
96
浏览
2021-04-18发布

20. 去噪评价指标ENL, SSIM, PSNR,SNR,EPI

  图像去噪的评价指标ENL, SSIM, PSNR,SNR,EPI(The evaluation indexes of image denoising are ENL, SSIM, PSNR,SNR and EPI)

19
下载
885
浏览
2021-04-18发布