▍1. opencv
基于openCV的手势识别。用于KINECT的简单手势识别。(OpenCV-based gesture recognition)
基于openCV的手势识别。用于KINECT的简单手势识别。(OpenCV-based gesture recognition)
opencv手势识别检测实验代码(很实用的)(opencv gesture recognition detection experiments the code (very practical))
vc++ opencv 阴影检测和去除 正确率高(vc++ opencv shadow detection and removal of the correct rate)
用opencv2.3.1+vs2008实现PROSAC算法。PROSAC是比ransac算法更快的剔除无匹配算法。前提是,这种策略的前提是假定匹配度高的特征是内点的概率比匹配度低的特征要高。 (With opencv2.3.1+ vs2008 realize PROSAC algorithm. PROSAC is faster than ransac algorithm of eliminate no matching algorithms. Premise is, this strategy is the premise of assume that match the characteristics of the high degree of interior point of probability matching the characteristics of low degree than to high.)
c++6.0编程代码,车道线检测,可运行,实现报警和鸣笛两种措施。运行前对OPENCV进行设置,并下载一个视频解码器。(the programming c++6.0 code, lane line detection can be run to achieve alarm and whistle two measures. Opencv set before running, and download a video codec.)
颜色直方图粒子滤波器,并给出了英文参考文献; 运行方式:在前景窗口,按p键停止,在目标区域点击鼠标,让程序自动识别出目标轮廓,再次按p键,即可跟踪(The color histogram particle filter, given English references operation modes: in the foreground window, press p stop clicking the mouse in the target area, allowing the program to automatically identify the target contour, press p again, you can track)
基于opencv的图像识别,主要识别并提取绝缘子。 也可应用于其他物体的识别。(Opencv based image recognition, mainly identify and extract insulators. It can also be applied to the recognition of other objects.)
opencv 实现模板匹配,方法对图像、视频都可用,简单、易懂!(Opencv achieve template matching procedures, simple, easy to use, can realize the matching of image, video in!)
利用OpenCV和VS对视频进行快速角点检测(Fast corner detection of video using OpenCV and VS)
基于OpenCV的高效的LM 算法实现,用于求解非线性最小二乘问题的(The efficient LM-algorithm based on OpenCV)
将一张图像通过曝光算法得到一组过曝光和欠曝光图像,并合成,色调映射得到fusion,ldr及hdr图像。(A set of over-exposed and under-exposed images are obtained from an image by exposure algorithm. The fusion, LDR and HDR images are synthesized and mapped by hue mapping.)
图像去雾处理,是关于何凯明的那篇获奖的文章的代码(Image processing to the fog, the essay is about winning articles He Kaiming code)
图像去雾处理,是关于何凯明的那篇获奖的文章的代码(Image processing to the fog, the essay is about winning articles He Kaiming code)
最小二乘法直线拟合用VC实现,可以给学习OPENCV图像处理的人一点帮助(VC achieved by the least square method, image processing can OPENCV people learn a little help)
无迹卡尔曼滤波c语言代码,即UKF代码,代码原理请参考无迹卡尔曼滤波基本原理(UKF of c code)
基于opencv的手势识别 1、hog : hog特征提取 2、hogTainer : 样本训练,利用了SVM方式 3、gestureRecognition : 手势识别,利用了训练得出的线性分类器进行识别分类 训练样本在hog文件夹中,对应gesture_a到gesture_e ,五种手势(Gesture recognition 1, hog: hog feature extraction 2, hogTainer: sample training, the use of SVM mode 3, gestureRecognition: gesture recognition using training resulting linear classifier for recognition and classification of training samples in hog folder corresponding to gesture_a gesture_e, five kinds of gestures)
本程序利用OPENCV实现了圆形以及椭圆的拟合,并输出椭圆以及圆的中心坐标。(This procedure using OPENCV achieve a circular and elliptical fitting, and outputs the ellipse and the circle center coordinates.)
使用VS2013+opencv2实现图像的畸变矫正,矫正结果比较理想(Using VS2013+ opencv2 to achieve image distortion correction, correction results are ideal)
OpenCV 库文件(cv200.lib,cxaux200.lib,cxcore200.lib,cxts200.lib,highgui200.lib,ml200.lib cv200d.lib,cxaux200d.lib,cxcore200d.lib,cxts200d.lib,highgui200d.lib,ml200d.lib)(OpenCV library files(cv200.lib,cxaux200.lib,cxcore200.lib,cxts200.lib,highgui200.lib,ml200.lib cv200d.lib,cxaux200d.lib,cxcore200d.lib,cxts200d.lib,highgui200d.lib,ml200d.lib))
人脸及行人检测中在opencv中要用到的haarcascade_righteye_2splits.xml,即特征检测的haar分类器,包括正面,侧边,上下左右各种,很全面(Face and pedestrian detection in opencv use to haarcascade_righteye_2splits.xml, feature detection haar classifier, including front, side, up and down various, very comprehensive)