-
sift-mosaic
图像拼接程序,可以实现几幅图像的拼接,其原理是基于Lowe教授提出的SIFT特征算法。该方法非常有效,通过两两图像进行配置后,采用融合技术,得到拼接后的全景图(This is code for image mosaic based on SIFT algorithm,it is very useful for learning image process.)
- 2015-01-06 15:30:23下载
- 积分:1
-
fuzzy-clustering-segmentation
模糊聚类分割主函数及demo,直接运行就行,当然要有图片,呵呵(Main functions and fuzzy clustering segmentation demo, run directly on the line, of course, have pictures, Oh)
- 2011-08-08 15:49:54下载
- 积分:1
-
paper1
对流层与电离层中电波传播的相关问题研究,很好的文章(Troposphere and ionosphere wave propagation issues related to research)
- 2013-05-25 07:42:24下载
- 积分:1
-
自适应分数阶微分法 fractional differential
包括最原始的分数阶微分方法,自适应分数阶微分法,非整数步长的方法。对学习分数阶微分的人是个很好的资料代码。(It includes the most original fractional differential method, adaptive fractional differential method, and non integer step length method. It is a good data code for people learning fractional differential.)
- 2018-03-09 19:42:06下载
- 积分:1
-
拟合测量
说明: E:
- 2019-01-10 23:33:57下载
- 积分:1
-
contourlet_toolbox
曲波变换的matlab图像处理工具箱。用于图像处理及增强(contourlet_toolbox,for image processing and enhancement)
- 2017-07-21 09:35:12下载
- 积分:1
-
motionest
用块匹配法进行运动估计的matlab实现方法,返回运动矩阵(block matching method used for motion estimation method of Matlab, the return movement Matrix)
- 2006-09-09 17:01:27下载
- 积分:1
-
ruihuafudiao
实现图像的锐化浮雕等效果。当然,这是我自己弄了很多次之后的。我也忘了它实现的是什么效果了,反正就是大概图片处理一类的。(To achieve the effect of image sharpening and other relief. Of course, I get many times. I also forget to realize what effect, anyway, is about image processing class.)
- 2012-08-01 04:43:14下载
- 积分:1
-
1
说明: 图像去雾可以还原图像的颜色和能见度,同时也能利用雾的浓度来估计物体的距离,这些在计算机视觉上都有重要应用(Image Fog can restore the color and visibility of the image, but also can use the concentration of the fog to estimate the distance of the object, which have important applications in computer vision)
- 2017-12-31 19:34:21下载
- 积分:1
-
EXP
说明: 注:运行前自己准备图像,修改I = imread('')单引号中的路径
1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。
2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。
3. 图像平移和旋转
4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
- 2020-08-15 08:49:44下载
- 积分:1