搜索资源列表
FaceRecog_src
- 程序结构 整个工程可以分为3个部分:算法、功能和应用。 算法部分 算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。 功能部分 功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。 应用部分 人脸识别Demo. 另外,工程中
twainapp.source.2.0.8
- .NET TWAIN image scanner-Abstract In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET t
fingerprint_PB
- pb下通过动态链接库函数,调用光学指纹识别仪的例子程序。内有基础库:FpLib.DLL,PlmDll.DLL的函数使用说明文件。 FingerInit、FingerConfig、FingerEnroll、FingerMatch-pb through dynamic link library function call examples of optical fingerprint identification device program. There are basic library:
hpsb
- 一个厂家号牌识别调用例子,可以作为dll调用参考-Example of a manufacturer license plate recognition call
OCR
- OCR识别验证码技术。根据不同的特征特性,选用不同的数学距离函数!文 件里收录有3中识别技术。分别为调用OCR的dll识别,内存图像操作识别,不调用 dll识别验证码技术。-The OCR identification verification code technology. According to the different characteristics, choose different mathematical distance functions!!!!! Article 3 in
dlldesign
- 创建dll动态链接库,里面包含了碰撞检测函数,并在另一个由mfc建立的界面中调用。-Create dll dynamic link library, which contains the collision detection function, and call in another mfc interface.