资源列表
Motion-detection-of-contour-search
- 基于轮廓来寻找流动部分,效果不是很好,但是还可以拿来用-Based on the outline to find the flow part, the effect is not very good, but also can be used with
GMM-GMR-v2.0
- 利用混合高斯模型对背景图像进行建模,所谓“混合高斯”的意思就是每个像素都是由多个单高斯分布混合组成的。-Name of the file which the classifier is loaded. Only the old haar classifier (trained by the haar training application) and NVIDIA s nvbin are supported for HAAR and only new type of OpenCV XML ca
corner-detection
- 通过提取特征角点,找到共同特征,为后续处理做准备。-By extracting features of angular point, find the common features, prepare the way for subsequent processing.
Mid-term-project
- 用于图像的三维重建,利用光度立体实现。具体实现代码。-stereo reconstruction
hand
- 一个手势识别的程序,适合初学者研究与分析。-hand detection and matching
OPencv_randomtext
- 随机图形和文字生成示例,本资源是生成随即图形和文本的代码示例。-An example for random graphics and generate text
SurfDescriptorExtractor
- 本代码实现了利用SURF算法进行特征描述,找出图像中的角点。-This code implements characterization, figure out the image of the corner by using SURF algorithm .
SurfFeatureDetector
- 调用detect函数检测出SURF特征关键点,保存在vector容器中,绘制特征关键点 -Call detect function detects the SURF feature key stored in vector container, drawing feature key points
FLANN_and_SURF
- 检测Surf关键点、提取训练图像描述符,创建基于FLANN的描述符匹配对象-To check surf key points extracted image descr iptor training, create the descr iptor-based matching objects FLANN
FlannBasedMatcher
- 使用FLANN进行特征点匹配,利用SURF检测器检测的关键点,绘制出符合条件的匹配点 -The key point of the feature point matching using FLANN using SURF detector, the draw qualifying match point
45398761sift
- 本代码是应用sift算法进行的特征点匹配与配准,可以应用于图像拼接,人脸识别等等,用法非常强大。可以运行-This code is matched with the feature point registration application sift algorithm can be applied to the image stitching, face recognition, etc., usage is very powerful. You can run
match
- 两幅图片的匹配算法 通过c++来实现 代码可以运行 -Two image matching algorithm code can be implemented by c++ run