搜索资源列表
openglsystem
- OpenGL系统开发篇(第一版)所附源代码-OpenGL System articles (the first edition) The attached source code
assignment2
- This the code i wrote for visions first assignment-This is the code i wrote for visions first assignment
b1a9991d5d8a
- 本代码用于角点检测,先将图片转换成灰度图,然后对灰度图进行角点检测,并且标出检测出的角点-The code for corner detection, the first image into grayscale, and then the corner detection of grayscale, and marked the corners detected
bianyuanfangxinagzhifangtu
- 本代码基于opencv2.2,使用时先将库文件加入输入链接。边缘方向直方图,在图像处理中经常会进行梯度操作得到方向角,此代码实现用直方图将方向角表示出来的功能。-The code is based on opencv2.2, use the first library file into the input link. Edge direction histogram, the image processing operations often get the direction of the
Emotion-Det
- This code detect face emotion from image. First, it takes an image, then detect the face using skin color segmentation.. Then it separates the eyes & lip from the face. Then it draws bezier curve for eyes & lips and compares them that are stored in t
The-example-of-Opencv
- 这里是opencv的例题和练习里的里面的远代码,但是这里只有部分,主要是前7章的源代码。-Here is the code inside the far opencv examples and exercises, but here is only part of mainly first seven chapters of the source code.
FaceRecognition
- 经典的PCA人脸识别算法,C++源代码都是我自己写的,第一次上传,写得不好的地方请多多指教。已经经过我的多次测试和观察数据,代码运行正常,下载之后只要配置好opencv即可。 -The classic PCA face recognition algorithm, C++ source code I wrote it myself, the first upload, poorly written exhibitions. I have passed many tests and observa
detect
- 视频中检测运动目标的OpenCV代码,需要首先配置好OpenCV-Video detected moving target OpenCV code, you need to first configure OpenCV
Cartoonifier_Desktop
- OpenCV 一个实例,调用摄像头,对人脸进行卡通化的实例-This code will show you how to write some image-processing filters for Android smartphones and tablets, written first for desktop (in C/C++)
birdeye
- 本程序得先通过摄像机标定,获取内参矩阵和畸变系数矩阵,然后根据learning opencv 中的方法进行鸟瞰变换。其中有可执行的程序,和源代码。-This procedure was first through the camera calibration, access to internal reference matrix and the distortion coefficient matrix, and then according to the method of learning
facedetect-by-camara
- 以opencv 245 版本 製作的鏡頭人臉偵測,有兩段程式碼,第一段為鏡頭偵測人臉,如果沒鏡頭會跳至第二段程式碼為偵測lena.png圖片-Produced by opencv 245 version of the lens face detection, there are two pieces of code, the first paragraph of the lens detect human faces, if not the lens will jump second secti
ch2_ex2_1
- 学习opencv中文版源代码,第一章,描述opencv的入门代码,并给出简单例子-Learning opencv Chinese version of the source code, the first chapter, describing the opencv entry code, and gives a simple example
ch2_ex2_2
- 学习opencv中文版源代码,第一章,描述opencv的入门代码,并给出简单例子-Learning opencv Chinese version of the source code, the first chapter, describing the opencv entry code, and gives a simple example
ch2_ex2_3
- 学习opencv中文版源代码,第一章,描述opencv的入门代码,并给出简单例子-Learning opencv Chinese version of the source code, the first chapter, describing the opencv entry code, and gives a simple example
FaceRecognition_CNN(olivettifaces)
- 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
24th_zbar_er_wei_ma
- 基于opencv和zbar的二维码检测,经本人测试,可以运行。需要用的话得先下载zbar源码包,并且编译安装-Based on OpenCV and ZBar of the two-dimensional code detection, I test, you can run. Need to use the first download ZBar source package, and compile and install
picture-display
- opencv入门级C++程序代码调试,第一课:显示一张二维静态图片。-Opencv entry level debugging c++ program code, the first class: shows a 2 d static image.
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会