搜索资源列表
match-of-pic
- 图像模式匹配检测,使用C++,代码简洁,可实现 Video Retrieval System 视频分类与检索,世界trieckvid大赛使用参考-Image pattern matching detection, the use vs2008 environment, the code is simple and can achieve Video Retrieval System video classification and retrieval, using the referen
OpenCV_SIFT(C-CPP)
- 基于OpenCV下的sift算法源代码,可用于图像匹配-Under the sift algorithm based on OpenCV source code can be used for image matching
OpenCV_VC6.0_surf
- Visual C++ 6.0平台基于OpenCV的SURF图像特征点的检测和匹配源代码,能正确的实现图像特征点的检测和匹配功能,对研究图像特征点匹配非常有帮助。-The Visual C++ 6.0 platform is based on OpenCV SURF image feature points detection and matching of source code, can correct the image feature point detection and matchin
3
- 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
Image-_recon
- 完成两幅图像的稀疏点的匹配和重建,C++的编程环境,opencv函数库-Do two sparse points matching and reconstruction of the image, c++ programming environment, opencv function library
SIFTapplication
- SIFT用于图像匹配研究的初步代码,非常简单,但是适合初学者使用。-The application of SIFT C++ code. It is very simple, but very useful to new starters.