-
fastdeconv
图像反卷积
来自D. Krishnan, R. Fergus中提到的方法(image deconvolution
The Matlab functions in this directory solve the deconvolution problem in the
paper D. Krishnan, R. Fergus: "Fast Image Deconvolution using
Hyper-Laplacian Priors", Proceedings of NIPS 2009.
)
- 2012-08-20 09:55:39下载
- 积分:1
-
SURF
进行图像的特征提取,为图像拼接做准备,matlab(Feature extraction of image)
- 2020-06-18 03:20:02下载
- 积分:1
-
matlab-ransac
此ransac为图像匹配的一个重要环节,可以实现更复杂的图像匹配(The RANSAC is an important part of image matching, the image can be more complex matching)
- 2013-05-07 15:33:53下载
- 积分:1
-
1
说明: Pattern Recognitn : Role of Digital Image Processing in Morphology
- 2010-05-30 23:32:38下载
- 积分:1
-
Tamuratexture
图像纹理特征提取,是图像处理中一另一个非常重要的底层特征,matlab实现(Image texture feature extraction, image processing are very important to one another underlying characteristics, matlab implementation)
- 2009-02-24 12:06:09下载
- 积分:1
-
pic
matlab函数进行图像轮廓处理,处理效果还是可以的。(matlab function detect the picture and scale the picture)
- 2020-06-16 12:28:32下载
- 积分:1
-
kfcm
实现了KFCM算法,对模糊图像进行聚类分析,效果良好(The KFCM algorithm is implemented)
- 2017-08-21 15:57:56下载
- 积分:1
-
Retinex
本文实现了Retinex算法,支持对图像的去雾灯操作,是一种图像增强的方法。(this paper present a new image strength method-Retinex impliment by opencv)
- 2012-03-13 11:30:39下载
- 积分:1
-
matlab.thresholding-master
在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了逆运动学证明来将机械臂移动到给定的x,y,z坐标。这一证明涉及三种命名身份,并获得了对机械臂设计的更好理解。(Image threshold segmentation)
- 2019-04-14 15:41:02下载
- 积分:1
-
match_version_1.3
该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来(The program is to achieve two main functions of image feature points of the match. First, with harris corner detection algorithm to detect image corners, then use the ssd corner matching algorithm selection, the final match of the corner will be connected with a line)
- 2011-11-21 12:01:22下载
- 积分:1