登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:matlab
  2. 代码类别:图形图像处理
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. LBP-TOP

说明:  微表情识别代码,可以识别高兴,悲伤,痛苦,愤怒等微表情。(Micro expression recognition code)

1
下载
140
浏览
2021-03-26发布

2. alpha-stable-programma

  alpha稳定分布,密度函数图形,这较少出现。(alpha-stable distribution,picture of pdf,it s very rare)

76
下载
88
浏览
2021-03-26发布

3. 2Dto3D

  将2D图像转换为红蓝3D效果。程序由本人编写,算法来自论文《A novel 2D-to-3D conversion technique based on relative height depth cue》by Yong Ju Jung等。(2D-to-3D Conversion. The codes are written by myself and according to the article "A novel 2D-to-3D conversion technique based on relative height depth cue" by Yong Ju Jung.)

135
下载
138
浏览
2021-03-25发布

4. 基于阈值分割的车牌定位识别

说明:  图像处理案例,本程序用matlab实现基于阈值分割的车牌定位识别功能(Image processing case, this program uses MATLAB to achieve license plate location and recognition function based on threshold segmentation.)

4
下载
137
浏览
2021-03-25发布

5. 基于态学的权重自适应去噪

说明:  图像处理案例,本程序是用matlab基于形态学的权重完成自适应图像去噪功能(Image processing case, this program is based on the weight of MATLAB morphology to complete adaptive image denoising function.)

9
下载
146
浏览
2021-03-25发布

6. 基于多尺度态学提取眼前节组织

说明:  图像处理案例,本程序是用matlab语言上基于多尺度形态学完成提取眼前节组织的功能(Image processing case, this program is based on multi-scale morphology using MATLAB language to complete the extraction of anterior segment tissue function.)

2
下载
96
浏览
2021-03-25发布

7. psf

  matlab编写计算直边图像的点扩散函数PSF(Compiling Point Spread Function ( PSF) for Computing Straight Edge Images with MATLAB)

18
下载
183
浏览
2021-03-25发布

8. psf

说明:  matlab编写计算直边图像的点扩散函数PSF(Compiling Point Spread Function ( PSF) for Computing Straight Edge Images with MATLAB)

34
下载
514
浏览
2021-03-25发布

9. KeyFrameDiff

  我的毕业设计,用matlab编的关键帧提取的代码,参考了光流法的代码。是基于帧差的欧式距离,均值,方差,差异系数下的关键帧提取。代码调试通过,运行结果理想,与大家分享下。(I graduated from design, matlab key frame extraction for the code, with reference to code optical flow method. Frame difference is based on the Euclidean distance, the mean, variance, difference coefficient under the key frame extraction. Debugging through the code, run the results are satisfactory, the next to share with you.)

10. swt1

说明:  主要用于遥感图像道路信息提取,能得到很好的效果。(It is mainly used to extract road information from remote sensing images and can get good results.)

2
下载
102
浏览
2021-03-25发布

11. 指纹增强

  指纹增强,使用的是STFT短时傅里叶方法,可用。(Fingerprint enhancement, using the STFT short time Fourier method, is available.)

11
下载
143
浏览
2021-03-25发布

12. TwoDZuiXiaoFuzzyEntropy

  基于二维直方图的最大模糊熵阈值图像分割,相比于一维最大模糊熵,分割效果更好。隶属度函数采用S函数(Based on two-dimensional histogram maximum fuzzy entropy threshold image segmentation, compared to one-dimensional maximum fuzzy entropy segmentation better)

230
下载
127
浏览
2021-03-25发布

13. CeYiZhi_2_off

  视觉仿生学在图像处理中具有非常重要的作用,视觉侧抑制原理在目标增强中具有很大的潜力(Bionics in visual image processing has a very important role in the visual principles of lateral inhibition in the target has great potential to enhance)

39
下载
88
浏览
2021-03-24发布

14. lateral-inhibition-example-matlab

  利用侧抑制原理编写的一个最基本的小程序。程序实现了初步的轮廓提取效果。可供想要入门侧抑制原理的朋友参考。(The use of lateral inhibition, a basic principle of writing a small program. Program to achieve the initial contour extraction results. Introduction to principles of lateral inhibition for want of a friend for reference.)

76
下载
117
浏览
2021-03-24发布

15. xiaobozengqiang

  首先通过多分辨率分解法提取高频边缘,然后分别对每层的高频边缘进行非线性插值得到新的高频边缘,接着对高频边缘进行高通滤波得到等强后的高频边缘,最后对增强后的高频边缘进行修正。再在对增强的图像进行对比度拉伸,从而达到增强的目的!(First of all, through the extraction of multi-resolution decomposition of high-frequency edge, and then were on the edge of each high-frequency non-linear interpolation to be the new high-frequency edge, and then the edge of the high-frequency high-pass filter to be strong, such as after the high-frequency edge, and finally on the brink of enhanced high-frequency be amended. Again in contrast enhanced image stretching, so as to achieve the purpose of enhancing!)

85
下载
102
浏览
2021-03-24发布

16. imageEnhanementMatlab

  基于DWT的图像自适应增强 ,可以用于图像增强的源代码(matlab)

72
下载
103
浏览
2021-03-24发布

17. RANSAC-for-Outlier-Rejection

  基于RANSAC算法的图像匹配过程,包括提出该算法的文章以及文章中所提到的所有程序代码,可以实现具有高度异常点的图像匹配过程。(RANSAC algorithm based on image matching process, including all the program code of the algorithm proposed article and the article mentioned, the image matching process can be achieved with a high degree of abnormal points.)

23
下载
122
浏览
2021-03-23发布

18. RANSAC-for-Outlier-Rejection

  基于RANSAC算法的图像匹配过程,包括提出该算法的文章以及文章中所提到的所有程序代码,可以实现具有高度异常点的图像匹配过程。(RANSAC algorithm based on image matching process, including all the program code of the algorithm proposed article and the article mentioned, the image matching process can be achieved with a high degree of abnormal points.)

22
下载
84
浏览
2021-03-23发布

19. 1088736_dssz

  随机中点位移法matlab程序代码,生成三维山地模型(Random Midpoint Displacement Method for Mountains Generation)

5
下载
195
浏览
2021-03-23发布

20. 1088736_dssz

说明:  随机中点位移法matlab程序代码,生成三维山地模型(Random Midpoint Displacement Method for Mountains Generation)

9
下载
380
浏览
2021-03-23发布