搜索资源列表
renlianjianceyudingwei
- AppWizard has created this FaceDetect application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.人脸检测与特征定位。内含已经编译执行通过的可执行程序。VC++平台编写的。
zwsb
- 指纹识别相关代码 希望大家有用 edgedetect.cpp edgedetect.h fmt_bitmap.cpp fmt_bitmap.h fvs_img_morphology.cpp fvs_img_morphology.h fvscanny.cpp fvscanny.h fvsedgedetect.cpp fvsedgedetect.h fvsfile.cpp fvsfile.h fvsimage.cpp fvsimage.h
K-means算法源码
- kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers
OCR.rar
- 简约不简单的OCR开发包其中,mdivwctl.cpp,mdivwctl.h 是MS_OCR的模块程序,一些功能函数尽我们的理解作了中文注释。,Simple simple OCR development kit which, mdivwctl.cpp, mdivwctl.h module is MS_OCR procedures, a number of function made the best of our understanding of Chinese Notes.
cPP-recog
- 介绍数字图像统计模式识别、模式识别决策方法及实现:测试代码有人脸检测与特征点定位、汽车牌照识别、脑部医学影像诊断、印刷体汉字识别、手写体数字识别、运动图像分析,共6个数字图像模式识别应用实例-Introduction of digital image statistical pattern recognition, pattern recognition and realization of decision making: the test code was face detection an
image-retrieval
- 基于颜色进行图像检索的一个简单实现 使用欧氏距离-Color-based image retrieval using the implementation of a simple Euclidean distance
good_features.cpp
- How to use OpenCV s GoodFeaturesToTrack to detect good features that could be tracked in a movie or a camera sequence.
Md5Code
- C编写,实现字符串摘要、文件摘要两个功能。里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: Md5.cpp
chepaidingwei(cpp)
- 车牌识别,c++实现,感兴趣的朋友可以下下来看看1!1-LPR,based on cpp.
fire-2.2
- fire cpp vision library
SunLightFace
- 支持摄像头,人脸识别二次开发包,相当易用、好用。是VC开发,但只有极小部分用到了MFC,大部分CODE均为标准C++编写。SunLightFace.exe是演示程序,可以通过这个程序来测试SDK的性能。SunLightFace.dll 是SDK,其性能技术指标与演示程序是完全相同的。 SunLightFace.dll是按WINDOWS API的标准调用来生成的动态库,并提供了VB,VC,C#三类范例代码,精简扼要,如果因VS版本问题无法打开,可以用其它文件编辑器打开.CPP,.H,.CS,.
DIB
- MFC没有封装DIB,但在程序中经常用到,该DibImage.cpp包含了对DIB处理的所有函数,头文件也随之附上。-MFC does not encapsulate DIB, but often used in the process, the DIB handled DibImage.cpp contains all the functions of the header file also will be attached.
cardrecognition
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
EAN13ReaderaScanner
- 本程序为条形码生成、识别程序,支持从文件中读取与用鼠标读取 运行程序的要求: BCEncode.dll,BCEncode.lib,BCEncode.h 条形码生成动态链接库。 CDIB.H,CDIB.CPP设备无关类,程序中用它来从文件中读取位图。以上所需文件均包含在了源码中 -The procedures for bar code generation, recognition, support for reading from a file and run the program
Visual-CPP-image-processing.pdf
- Visual C++数字图像模式识别技术及工程实践-Visual C++ Digital Image Pattern Recognition Technology and Engineering Practice
facial-expression-cPP
- vc 编写的人脸识别系统,对学图像的有帮助啊-face recognition system written in vc, the image of the school help ah
face-opencv-cPP
- 基于opencv 人脸识别 pca 算法 c++的实现 -Pca-based face recognition algorithm opencv c++ implementation
Visual-CPP
- Visual C++数字图像识别技术典型案例源代码-Visual C++ digital image recognition technology source code of a typical case
cPP
- 要求对给定的C语言源程序识别单词,保留字,标识符,运算符,常量,界符,结果以二元组形式输出-Require a given C language source code to recognize words, reserved words, identifiers, operators, constants, community character, the result output in the form of binary group
(CPP)face_detection_based_on_WebCam
- 本程序是基于电脑摄像头实现人脸采集和检测识别,附带有相关的论文等资料。-This procedure is based on the computer camera acquisition and realization of human face detection and recognition, with relevant papers and other information.