搜索资源列表
单频脉冲
- 单频脉冲 close all;clear all;clc; x=-5:0.05:5; y=-1:0.05:1; [X,Y]=meshgrid(x,y); T=5; b=pi*Y.*(T-abs(X))+eps; c=((sin(b).*(T-abs(X)))./(T*b)); Z=abs(c); surf(X,Y,Z),title('单载频矩形脉冲信号模糊图'),xlabel('时间'),ylabel('频率');
surf特征点匹配
- 很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
SURFmex
- matalab调用C程序实现的基于SURF算法的全景图像拼接-matalab call C SURF algorithm based Program for panoramic image stitching
SIFTSURF
- SIFT算法、SURF算法和PCA—SIFT算法的实例,里面要安装OPENCV才能用的-SIFT algorithm, SURF algorithm and PCA-SIFT algorithm instance, which can be used to install OPENCV
SURF_VC6.0
- Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
OpenSURFcpp
- C++版的SURF算法,效率较高,但必须事先安装OpenCV2.0-C++ version of the SURF algorithm is efficient, but must be pre-installed OpenCV2.0
OpenSurf
- you can detect feature points in any image. OpenCV is needed.. it uses surf algorithm to do so
surf
- 2006年,SURF特征成为了类似于SIFT的一个替代品,速度是SIFT的三倍,该程序提供了SURF特征的提取与匹配方法,C++代码,需要OPENCV-SURF feature extraction
surf-1.0.6.tar
- surf-1.0.6.tar.gz surf算法c源码-surf-1.0.6.tar.gz surf algorithm c source
SURF
- SURF源码,主要是针对SURF的C++实现,包括一个头文件和一个CPP文件-SURF source code using C++
csurf
- These are the files containing approaches behind the solutions of C-Surf Programming contest. These provide pointers and methods used to solve the problem.
find_obj(surf)
- surf的C++实现类,包含main函数,可直接运行。需要OpenCV的支持-the class of SURF,include main function
SURF
- 简单的opensurf算法,c语言实现,用到了opencv-the SURF detector-descr iptor scheme used in the OpenSURF library is discussed in detail.
SURF-CPP
- SURF算法的Visual C++实现,可运行,有注释,容易理解!-The SURF algorithm Visual C++ achieve, can run Notes!
surfmex
- matalab调用C程序实现的基于SURF算法的全景图像拼接-matalab call C SURF algorithm based Program for panoramic image stitching
SURF
- SURF特征检测C++源码和英文文献的翻译资料-The SURF feature detection C++ source and English literature translated information
surf
- 能够生成曲面三角网格,可用于曲面重构,程序由C++编写,其中包含了算例-Able to generate triangular mesh surface, can be used for surface reconstruction, the program prepared by the C++, which contains examples
SURF-V1.0.9-WinDLLVCPP
- surf特征点提取以及相应的特征点匹配,C++程序-speed up robust features (SURF), feature matching.C++ Source code
surf-algorithm-base-CPP
- surf算法原理的详细解析和C++实现,适合图像处理工作者使用-surf algorithom base on C++
final-surf
- This the code to do surf detection on visual c + + opencv-This is the code to do surf detection on visual c + + opencv