资源列表
OpenCVJNI03
- Visual studio 2015 调用OPencv实现特征的检索与匹配,DLL程序,可修改更换不同的特征提取算法。(Visual studio 2015 call OPencv to retrieve and match features, and DLL program can modify and replace different feature extraction algorithms.)
drowsiness-detection
- 提取人脸特征点,检测闭眼,根据闭眼持续时间,判断是否是疲劳(Extracting face feature points, detecting closed eyes, judging whether it is fatigue according to the duration of closed eye.)
基于opencv的交通标志识别
- 基于opencv的交通标志识别,主要运用轮廓识别和模板匹配。适用于简单自然条件下的识别(Opencv based traffic sign recognition mainly uses contour recognition and template matching. Identification for simple natural conditions)
test1
- 利用OpenCV实现张正友标定法对相机的标定,源码为C++语言,包含了样例图片(Camera calibration using Opencv)
基于opencv的质心算法
- C++语言,用于图像处理,求解图片的质心,二维定位,(For image processing, the centroid of the image is solved, two-dimensional location)
代码
- 实现实时人脸检测tensorflow,dlib(Real time face detection tensorflow, Dlib)
opencv 像素提取
- opencv 3 关于提取图片中某一点像素值的程序(Opencv pixel extraction program)
ABC-Matlab
- 通过人工蜂群优化算法对分类好的数据进行处理,对分类中的某个函数或参数进行修改(Artificial Bee Optimization)
code
- Harris角点检测、SIFT+RANSAC、sift+1nn+ransac、图像拼接代码、FAST+BRIEF编程资料(Harris corner detection, SIFT+RANSAC, sift+1nn+ransac, image mosaic code, FAST+BRIEF programming data)
1图像叠加与混合
- 利用opencv实现图像叠加与混合,可直接运行(Opencv image superposition and mixing)
《学习opencv3.0》配套源码
- 《学习opencv》是一本实用性极强的关于计算机视觉图像处理的工具书,书中所有代码示例的源码都在此有。
《学习opencv2.0》配套源码
- 《学习opencv》是一本经典的关于计算机视觉中处理图像的工具书,本文件中含有所有源码。