资源列表
最小二乘法圆拟合方法1
- 通过对图像中值滤波处理,二值化,边缘查询,找出图像中源所有的边缘像素点,然后利用最小二乘法对这些边缘点进行找圆,计算出圆的坐标和半径。(By means of median filtering, binarization and edge query, all edge pixels in the image source are found, and then the least square method is used to find the circles of these edge p
相机标定
- 一个简易的相机标定程序,在vs2015上可以运行(A simple camera calibration program)
用OpenCV进行基本绘图
- 利用opencv 进行简单的绘图功能 基本的界面的,一些简单的功能,(Using OpenCV to do simple drawing function, basic interface, some simple functions,)
骨架提取与动作识别
- 基于opencv以及kinect的骨架提取和姿势识别代码,C++环境(kinect gesture from opencv)
python猫狗分类程序
- 利用此程序可以对对象进行分类识别,很实用。(This program can be used to classify and recognize objects, which is very practical.)
学习OpenCV(中文版)
- opencv api 中文说明,用于开发时可以参考(Opencv API specification in Chinese, for development can refer to)
OPENCV函数手册(带目录)中文
- 这是opencv的函数文档,pdf格式。方便大家查阅相关函数。(this is opencv's functions document,for learning opencv.)
人脸检测
- 可以检测定位人脸和人的眼睛位置,适用于美颜相机中聚焦脸部和定位脸部器官(It can detect and locate the position of face and human eyes. It is suitable for focusing face and locating facial organs in beauty cameras.)
Stereo_Calib
- 简单的双目图像匹配,用不上017平台编写,使用opencv(Simple Image Matching)
图像超分辨算法
- 实用图像超分算法,仅支持16bit以下图片,效果出色,参考性强
相机标定
- 实现OpenGL、opencv的应用,相机标定
Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA-master
- Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA-master源码