资源列表
Fatigue-detection
- 疲劳检测,通过opencv实现人脸人眼识别和疲劳检测 -Fatigue detection by opencv for face recognition and eye fatigue detection
surf-and-Homography-decomposition
- 使用opencv,首先提取两幅图像的surf特征点,然后匹配,求单应矩阵,然后分解得到旋转角度。保证可用,走过路过不要错过。-Using opencv, first extracting feature points of the two images of the surf, and then matching, seeking homography, then decomposition rotation. Guarantee is available, do not miss passin
2
- 摄像机双目标定程序的源代码 opencv实现 矫正镜头畸变 仅作参考-Camera binocular calibration program s source code opencv implementation corrective lens distortion For reference only
FaceRecognition_CNN(olivettifaces)
- 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
face-detect
- 在安卓NDK下实现了图像的sift检测,可以圈出特征点,并且能够匹配二幅图像,需要opencv库支持。-In the android to realize the image under the NDK sift detection, can circle the feature points, and the ability to match two images, need opencv library support.
stereosgbm
- opencv中自带的sgbm算法(半全局匹配)的源代码,具有很好的立体匹配效果,是opencv中自带算法中速度和效果较好的一种。-Sgbm algorithm with OpenCV (semi global matching) of the source code, has the very good effect of stereo matching, opencv comes with the speed and the effect of a good algorithm.
TLD
- 本程序是在vs2010+opencv的平台上运行的,利用的是opencv2.4.9,C++写的,该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。最后的得到的效果令人满意。-This program is run on a platform vs2010+opencv, the use
imageMosaicsTest
- 基于opencv的尺度,旋转不变模板匹配-Opencv-based scale, rotation invariant template matching
IDcard
- 基于opencv的身份证号码识别,识别使用BP神经网络-Opencv identification number identification based on BP neural network recognition use
HoughCircle
- Opencv采用霍夫变识别圆形,并且找出同心圆。可手动调节圆的关径大小-Opencv using circular Hough transform to identify and find concentric circles. You can manually adjust the size of the diameter of the circle off
libpano13-2.9.19.tar
- 全景拼接程序 可找到图像中的特征点 通过特征点匹配 将多角度照片拼接起来形成全景照片- This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
Regression
- 实现逻辑回归的c++源码,功能完善,封装完好,能直接运行-Code of logistic regression