搜索资源列表
sift图像匹配C源代码
- sift图像匹配C源代码
图像匹配代码
- 关于图像匹配的C++代码!
一个C++实现的SIFT算法
- C++实现的SIFT图像匹配算法,适用于Linux操作系统
图象的检测,模板匹配算法代码
- 图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在
图像匹配源码参考
- vc\c++\c等各种方法实现的图像模板匹配,主要是基于图像的灰度匹配
sift-match.sift特征点提取代码
- sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。c和matlab代码都有,sift feature point extraction code and the two images after the extraction of feature points matching feature points that can be used, such as image stitching. both c and matlab code
ImageMatch.rar
- 用VC 编写的一个图像匹配程序。非常好用,带有实例图,精度也很高,要用的就下吧。,VC prepared with an image matching procedures. Very easy to use, with examples of maps, the accuracy is also high on the next you want to use.
ransac.rar
- 用VC++实现了ransac算法,可以用于图像匹配时去除错误匹配等,代码是可用的。,Using VC++ implementation of the RANSAC algorithm, image matching can be used to remove the error when the match and so on, the code are available.
Stereo.zip
- 使用SSD(sum squared differences)算法进行双摄像机图像匹配点计算,基于OpenCv的C++代码实现,Using SSD (sum squared differences) algorithm dual camera image matching points calculation, based on the OpenCv the C++ Code
point_operation
- C#对图像处理,绘制直方图,线性点运算,灰度拉伸,直方图均衡,直方图匹配-C# for image processing, histogram mapping, linear point operations, gray stretch, histogram equalization, histogram matching
OpenCV_SIFT(C-CPP)
- 基于OpenCV下的sift算法源代码,可用于图像匹配-Under the sift algorithm based on OpenCV source code can be used for image matching
SIFT
- C语言下实现SIFT算法 用于图像特征匹配-C-achieve SIFT algorithm for image feature matching
ImgProcess
- ImgProcess,用C语言开发的图像处理代码,包括直方图修正,图像匹配,图像压缩,边缘检测,平滑等。-ImgProcess, using C language to develop the image processing code, including amendments histogram, image matching, image compression, edge detection, smoothing and so on.
tuxiangpipei
- C++的图像匹配程序,实现图象的检测,模板匹配-C++ for image matching procedures, implementation of image detection, template matching
siftfeat
- 基于C/C++语言的sift图像特征提取程序,对于研究图像匹配、sift算法很有帮助-sift
siftdemo
- 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
match
- 实现图像匹配功能的匹配算法,有C和MATLAB两种环境使用的源码-Matching functions to achieve image matching algorithm, there are two kinds of environments C and MATLAB source code
pibei
- 图像匹配相关文献7篇,主要有小波变换用于理论研究及匹配的算法实现。对于刚进行图像匹配研究的人员很有帮助-Matching literature 7, mainly used for theoretical research on wavelet transform and matching algorithm. Matching of the images for just the staff very helpful
C#提取特征点并进行图像匹配
- 建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points are output)