搜索资源列表
opencv_face_recognition
- 利用openCV实现人脸检测。一篇基于opencv的人脸检测与识别的论文,在Visual C++ 2005环境下给出了如何用OpenCV库开发人脸检测程序的方法。-Face Detection Using openCV achieve. One based on the opencv face detection and recognition of the paper, the Visual C++ 2005 environment, how to use OpenCV library giv
ORDER_LOGOS_VIDEO
- Using EmguCV (one of the powerful C# wrapper of OpenCV) this code locate logos onto webcam frames and save as avi video.
lab_dip_3
- Opencv C pre-processing examples in one application
SURFimage_stitching
- a program that stitching two images in one by using surf keypoints. implemented in C++ and OpenCV.
PCA-based-on-OpenCV-and-cPP-
- 一篇用于理解PCA主成分分析的文章,该文章用基于Opencv和C++的源码对PCA进行说明。-One used to understand the PCA principal component analysis of the article, the article described the PCA-based the Opencv and C++ source.
connectprocess
- 在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c
drawing-circle
- 自己寫的畫圓程序,很容易了解,提供給大家參考-Write C program to draw a circle using c graphics. In this program we use the graphics.h library function to draw a circle. To use graphics.h, we have to install the drivers in to the the system by using the initgraph() funct
facedetect
- 篇基于opencv的人脸检测与识别的论文,在Visual C++ 2005环境下给出了如何用OpenCV库开发人脸检测程序的方法-One based on the opencv face detection and recognition of the paper, the Visual C++ 6.0 environment, how to use OpenCV library gives developers face detection procedures.
test
- 《Visual C++利用OpenCV对图像进行人脸识别》傻瓜教程,超级详细。从OpenCV的安装、OpenCV在Visual C++下的配置讲起,到工程的创建,一一详细讲述,大家一看就明白。里面还附有完整代码。希望大家喜欢。本人已经测试通过。同时也希望大家将自己的所学分享给大家,为提高整个中华民族的素质做出自己应有的贡献-" Visual C++ use OpenCV for image recognition," Dummies, super detail. From Op
cfcskinextract
- 一个用C++编的,基于opencv的肤色提取程序。可后续用于进行人脸识别,手形识别等-One with C++ series, based on opencv color extraction procedures. Can be used for subsequent recognition, hand shape recognition, etc.
makevideo
- 对输入的一个彩色视频与五张以上照片,用OpenCV实现以下功能或要求: 1.命令行格式:“xxx.exe 放视频与照片的文件夹路径”,(例如 MyMakeVideo.exe C:\input )【假设该文件夹下面只有一个avi视频文件与若干jpg文件】; 2.将输入的视频与照片处理成同样长宽后,合在一起生成一个视频; 3.这个新视频中,编程生成一个片头,然后按幻灯片形式播放这些输入照片,最后按视频原来速度播放输入的视频; 4.新视频中要在底部打上含自己学号与姓名等信息的字幕;