搜索资源列表
VBCALLDLL
- 在VB中调用动态连接库 作为一种简单易用的Windows开发环境,Visual Basic从一推出就受到了广大编程人员的欢迎。它使 程序员不必再直接面对纷繁复杂的Windows消息,而可以将精力主要集中在程序功能的实现上,大大提高了编程效率。但凡事有利必有弊。VB中高度的封装和模块化减轻了编程者的负担,同时也使开发人员失去了许多访问低层API函数和直接与Windows交互的机会。因此,相比而言,VB应用程序的执行效率和功能比C/C++或Delphi生成的程序要差。为了解决这个问题,在一个大型
Vision_Library_(VLIB)ApplicationProgrammingInterfa
- TI官方视觉分析开发库接口说明文件,很难得到,详细讲述了各种算法(跟踪、脸部识别等所需要的算法核心)。-TI visual analysis of official documentation library interface development is difficult to obtain, describe in detail the various algorithms (tracking, face recognition algorithms need the core.)
facedetect
- The OpenCV Library Brief introduction Getting started Creating a face detector How it s done OpenCV implementation Using a face detector Example code, step-by-step
Feature-based_face_detection_system
- 基于特征的人脸检测系统的设计与实现,是用opencv的haartraining库-Feature-based face detection system design and implementation, is to use opencv library in haartraining
Handbook_Of_Face_Recognition_Springer_2005
- Library of Congress Cataloging-in-Publication Data Handbook of face recognition / editors, Stan Z. Li & Anil K. Jain. p. cm. Includes bibliographical references and index.-Library of Congress Cataloging-in-Publication Data Handbook of face re
yalefaces
- 耶鲁大学的人脸库。虽然不是源程序,相信对于做人脸识别的人用处是非常大的。-Face library of Yale University. Very useful.
stringhanshu
- string函数的库函数实现,包括析构函数,构造函数,复制函数等,软件公司经常出的面试题。-string library functions to achieve the function, including the destructor, constructor, copy functions, the software companies often face the questions.
evie-project-plan
- Researchers in all disciplines are increasingly expecting to be able to undertake a variety of research-associated tasks online. These range from collaborative activities with colleagues around the globe through to information-seeking activities in a
VS2010POpenCV2.4.6
- 大家在使用opencv的时候肯定会面对这样一个问题:根据官网以及大多数教程提供的方法中,似乎每一次新建一个opencv的新项目以后都需要重新再配置“VC++目录”中的“包含目录”和“库目录”;以及“链接器”中的“附加依赖项”。这给我们造成了很多的不便,大家都希望寻找一种只需要配置一次opencv环境的方法,这里我就给大家介绍一种简单的方法!-We use opencv it certainly face such a problem: According to the official webs
face-detection
- 基于Opencv库的脸部识别,可识别出人脸并用圆画出,并可上升至识别眼睛区域。-Face recognition based on the Opencv library, you can identify the face and draw a circle, and can rise to identify the eye area.