CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - surf matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - surf matlab - List
[
Special Effects
]
surf特征点匹配
DL : 0
很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
Update
: 2012-06-21
Size
: 1.22mb
Publisher
:
youwen1022
[
JSP/Java
]
11
DL : 0
1. 在No.1图形窗口中绘制 y=sin(x)在[0,2*pi]内的曲线。要求曲线的颜色为绿色,线型为 点划线,用*标示坐标点,在x轴的附近用 黑体 标注 ‘x轴’字样,在图形的上方加上标题 ‘正弦函数’,严格控制x,y轴分度相等,并开启网格。 2. 在No.2图形窗口中创建四个子窗口,在第一、二子窗口中用不同的方法同时绘制 y=x^2,y=-x^2,y=x^2*sin(x) 在[0,2*pi]内的曲线,并要给出标注 在第三个子窗口中绘制 三维曲线 3. 把No.3图形窗口分成五个子窗口,分别用plot3 mesh meshc meshz surf 来绘制 z=x*exp(-x^2-y^2) 在 -5=<x,y<=5 内的空间曲面图形,说明他们的区别,其中要求在用surf绘制的窗口内加入位置为[1,0.5,2]的光源,加入颜色标尺,采用spring色系 -1. 在No.1图形窗口中绘制 y=sin(x)在[0,2*pi]内的曲线。要求曲线的颜色为绿色,线型为 点划线,用*标示坐标点,在x轴的附近用 黑体 标注 ‘x轴’字样,在图形的上方加上标题 ‘正弦函数’,严格控制x,y轴分度相等,并开启网格。 2. 在No.2图形窗口中创建四个子窗口,在第一、二子窗口中用不同的方法同时绘制 y=x^2,y=-x^2,y=x^2*sin(x) 在[0,2*pi]内的曲线,并要给出标注 在第三个子窗口中绘制 三维曲线 3. 把No.3图形窗口分成五个子窗口,分别用plot3 mesh meshc meshz surf 来绘制 z=x*exp(-x^2-y^2) 在-5=<x,y<=5 内的空间曲面图形,说明他们的区别,其中要求在用surf绘制的窗口内加入位置为[1,0.5,2]的光源,加入颜色标尺,采用spring色系
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李子木
[
Graph program
]
SURFmex
DL : 0
SIFT简化后的算法,速度快 特征点检测,检测特征点的一种非常有效的算法-SURF SURFmex example function,is very useful!!!
Update
: 2025-02-19
Size
: 1.08mb
Publisher
:
李蒙
[
Special Effects
]
matlabC
DL : 0
SURF算法为SIFT算法的改进,运算速度得到了很大的提高。本资料为基于MATLAB的SURF算法实现,对图像匹配的研究方向会有一定帮助。-SURF algorithm SIFT algorithm, computing speed has been greatly improved. MATLAB based on the information of the SURF algorithm for image matching the direction of the research will certainly help.
Update
: 2025-02-19
Size
: 1.1mb
Publisher
:
吴若鸿
[
matlab
]
080435
DL : 0
基于MATLAB的数学图形制作 过具体实例研究MATLAB绘制二维图形和三维图形的plot、ezplot、mesh、surf、ezmesh、ezsurf、 plot3等几个作图函数,说明它们的使用方法和技巧。-MATLAB-based graphical mathematical study of the production of any specific examples of MATLAB graphics drawing two-dimensional and three-dimensional graphics plot, ezplot, mesh, surf, ezmesh, ezsurf, plot3 several mapping functions, the use of their methods and techniques.
Update
: 2025-02-19
Size
: 558kb
Publisher
:
吕大
[
Graph program
]
SURF-V1.0.9-WinDLL
DL : 0
基于SURF特征点的图像配准代码,可实现两幅图的特征提取及匹配-SURF feature points based on image registration code
Update
: 2025-02-19
Size
: 1.98mb
Publisher
:
yimeng
[
Special Effects
]
SURFmex
DL : 0
surf特征提取算法,较sift优良,包括示例和实验图片,还有算法原文-surf feature extraction algorithms, the more sift fine, including examples and experimental images, as well as the original algorithm
Update
: 2025-02-19
Size
: 1.08mb
Publisher
:
猪哥不亮
[
Mathimatics-Numerical algorithms
]
SIFTtutorial
DL : 0
图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字-Image feature extraction and matching, sift the code. Can be used for image retrieval, up by SURF, the algorithm can better identify the image text
Update
: 2025-02-19
Size
: 24.31mb
Publisher
:
sandy
[
Graph Recognize
]
eccv06
DL : 0
SURF: Speeded Up Robust Features suft算法-SURF: Speeded Up Robust Features suft algorithm
Update
: 2025-02-19
Size
: 665kb
Publisher
:
liqi
[
Other
]
surfature
DL : 0
[K,H,P1,P2] = surfature(X,Y,Z) returns the gaussian curvature of a surface (K), mean curvature (H), and principal curvatures (P1,P2). The inputs (X,Y,Z) are 2D arrays corresponding to the surface being analyzed. Example [X,Y,Z] = peaks [K,H,P1,P2] = surfature(X,Y,Z) surf(X,Y,Z,H, facecolor , interp ) set(gca, clim ,[-1,1]) -[K,H,P1,P2] = surfature(X,Y,Z) returns the gaussian curvature of a surface (K), mean curvature (H), and principal curvatures (P1,P2). The inputs (X,Y,Z) are 2D arrays corresponding to the surface being analyzed. Example [X,Y,Z] = peaks [K,H,P1,P2] = surfature(X,Y,Z) surf(X,Y,Z,H, facecolor , interp ) set(gca, clim ,[-1,1])
Update
: 2025-02-19
Size
: 1kb
Publisher
:
tao lu
[
matlab
]
OpenSURF_version1c(1)
DL : 0
SURF算法,是SIFT的升级版,速度更快,性能也不差,快速实现图像特征点的检测和匹配。-SURF algorithm, is an upgraded version of SIFT, faster, not bad performance, rapid detection of image feature points and matching.
Update
: 2025-02-19
Size
: 1.3mb
Publisher
:
张东兴
[
matlab
]
sift-algorithm-pcasift-asift-csift
DL : 1
一些有关SIFT衍生算法的资料,包括ASIFT, CSIFT, PCA-SIFT, SURF算法,中英文都有,很有价值-Some of the SIFT algorithm is derived, including ASIFT, CSIFT, PCA-SIFT, SURF algorithm, in each category, great value
Update
: 2025-02-19
Size
: 30.47mb
Publisher
:
王雪瑶
[
Special Effects
]
SURF-V1.0.9-WinDLL
DL : 0
SURF特征检测,目前 最常用的方法,鲁棒性强,matlab代码-SURF feature detection, the most commonly used method, robust, matlab code
Update
: 2025-02-19
Size
: 2.57mb
Publisher
:
douyanyan
[
2D Graphic
]
SURF
DL : 0
SURF matlab代码。 包含例程 和源程序-surf source code. it includes an example of using it
Update
: 2025-02-19
Size
: 1.85mb
Publisher
:
李川
[
matlab
]
surf
DL : 0
用简单的excel数据在matlab中画出三维图(Draw the surf diagram in MATLAB with simple Excel data)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
舍与
[
Other
]
SURF
DL : 0
旋转了SURF算法的滤波模板,使得配准效率得到提高。(The filtering template of the SURF algorithm is rotated so that the registration efficiency is improved.)
Update
: 2025-02-19
Size
: 87.04mb
Publisher
:
夏尚未央
[
Other
]
surf
DL : 0
surf算法 图像拼接 opensurf(surf Image stitching opensurf)
Update
: 2025-02-19
Size
: 29.61mb
Publisher
:
jeremyQQ
[
matlab
]
SURF
DL : 0
用来在matalab上直接使用的surf代码(Surf code to be used directly on MATALAB)
Update
: 2025-02-19
Size
: 1.36mb
Publisher
:
狼途1
[
Special Effects
]
surf
DL : 0
用surf和ransac实现两幅图像配准(Registration of two images with surf and RANSAC)
Update
: 2025-02-19
Size
: 91kb
Publisher
:
turrity1
[
Special Effects
]
surf
DL : 0
图像特征提取算法--SURF算法Matlab代码(SURF algorithm matlab code)
Update
: 2025-02-19
Size
: 6.06mb
Publisher
:
wenyue
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.