-
minimum-spanning-tree
在一个具有几个顶点的连通图G中,如果存在子图G 包含G中所有顶点和一部分边,且不形成回路,则称G 为图G的生成树,代价最小生成树则称为最小生成树。 (Has several vertices in a connected graph G, if there subgraph G ' contains all vertices of G and part of the side, and does not form a loop, called G' is a spanning tree of G, the minimum cost spanning tree is called minimum spanning tree.)
- 2013-08-23 23:06:57下载
- 积分:1
-
Pedestrian-Detection
改程序是用来行人检测的,有源代码,可以轻松学习并参考。(The reform program is used for pedestrian detection, source code, you can easily learn and reference.)
- 2012-05-28 14:12:29下载
- 积分:1
-
yalibiao
检测压力表的指针的角度信息,使用Hough变换的方法,去噪能力强。(Pressure gauge pointer is detected angle information, the use of Hough transform method, denoising ability.)
- 2015-03-18 17:34:58下载
- 积分:1
-
descomposition
vo分解模型用于分解图像的纹理和卡通部分的matlab源代码(The vo decomposition model for the decomposition of the image texture and cartoon part of the Matlab source code)
- 2020-09-20 09:17:54下载
- 积分:1
-
dwtprocedure
整个数字水印的程序。包括峰值信躁比的计算,各种攻击后的水印提取等等。(entire digital watermarking process. Including peak impatient than the letter, after the attacks watermark extraction, and so on.)
- 2007-04-14 14:53:18下载
- 积分:1
-
magic_camera
彩色图像纹理提取的一种算法,效果还挺好的(color image of a texture extraction algorithm, It's a good result)
- 2007-05-15 14:55:58下载
- 积分:1
-
StereoVision_SSD
本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。
这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。
main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘
制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数
y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。
从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions.
The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD.
main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters
y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data.
From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds.
)
- 2011-01-25 19:06:47下载
- 积分:1
-
简单的颜色特征提取程序
说明: 简单的颜色特征提取程序,可以提取RGB图像中的特征向量(Simple color feature extraction)
- 2020-05-14 16:08:12下载
- 积分:1
-
Three-dimensional-algorithm
关于MC三维重建算法的二义性消除的文章,很好的消除了MC算法中的二义性(it s the article about Three-dimensional reconstruction algorithm to eliminate ambiguity in MC)
- 2014-01-17 13:19:26下载
- 积分:1
-
images
matlab图像处理算法,包括中值滤波,平滑滤波,直方图滤波等(matlab image processing algorithms, including the median filter, smoothing filter, Histogram filtering)
- 2008-05-17 15:57:55下载
- 积分:1