搜索资源列表
OpenCV-tuxiangpeizhu
- 实现相位相关图像配准,编译产生库文件,用于openCV平台。实现了相位相关图像的快速搜索和两幅图像之间的匹配-Implementation phase correlation image registration, create library files compiled for openCV platform. Achieve the rapid phase correlation image search and matching between two images
BM
- Opencv: Optical flow calculation using Block Matching method
TM
- Opencv: Template matching using different methods
mubanpipei
- 模板匹配,基于opencv和vc++6.0-Template matching based opencv and vc++6.0 of.
epipolar-rectification
- 用OpenCV编的对图像进行极线校正的程序,先对图像进行匹配,然后求出基础矩阵,最后对图像进行极线校正-matching, fundametal matric and epipolar recitification
chongmatch
- 该匹配算法是用surf特征点和随机一致性算法共同完成的,精度高,可靠性好。代码是OpenCV,C++写的 效果不错。-The matching algorithm is surf feature points and random consistency algorithm together to complete, high precision, good reliability. Code is OpenCV, C++ write good results.
SIFT-algorithm
- D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
lunkuopipei
- 这是工业上用的工件匹配的程序,基于opencv写的,还不是特别完善,适合基础学习者-This is a piece of matching procedures used in industry, based on written opencv, is not particularly perfect for foundation learners
Target-template-matching
- 基于OpenCV视觉库的目标模板匹配,在Visual Studio 2010+C-Based on the target template matching vision library OpenCV in Visual Studio 2010
opencv-
- Opencv软件,立体匹配,通过点击图上的点可得到其在物理环境的空间坐标-Opencv software, stereo matching, by clicking on the map point to get its physical coordinates in the physical environment
sgm
- 求深度信息的半全局匹配算法,使用cuda,opencv(For depth information of the semi global matching algorithm, using CUDA, opencv)
ORB
- 该算法基于opencv库,能够实现图像ORB角点检测,并实现图像匹配(ORB image key point detection algorithm, fast and efficient implementation of image feature point detection and matching)
allstep
- 基于opencv的滤波、反色、边缘检测、形状匹配。(Opencv filtering, edge detection, color and shape matching based on.)
temp
- 用opencv中的matchTemplate函数实现基于形状的模板匹配(Using the matchTemplate function in OpenCV to implement shape based template matching)
基于ORB算法的特征匹配
- 基于ORB算法的特征匹配,opencv,C++(matching based on ORB algorithm with opencv lib)
threeOverlap
- 基于opencv实现三度重叠影像上点的匹配,输入三张图片,输出三度重叠点,基于图片显示(Based on OpenCV, we achieve the matching of points on three degree overlapped images, input three pictures, and output three degree overlap points, based on image display.)
SemiGlobal-Matching-master
- 立体匹配分为初始代价计算、代价聚合、视差求解、视差优化,这是sgm代价聚合实现源码,使用c++语言实现,(This is a simple implementation of the SGM algorithm with the Birchfield/Tomasi pixelwise matching cost using the OpenCV library. It was created for a school project. It currently runs on one threa