登录
首页 » Visual C++ » ASEF-facel

ASEF-facel

于 2013-06-08 发布 文件大小:380KB
0 117
下载积分: 1 下载次数: 43

代码说明:

  用于检测人脸跟踪与人眼定位的小程序源码 (Face tracking is used to detect with the human eye positioning applet source code)

文件列表:

laoyang-ASEF-ebf1fdb
....................\ASEF_MATLAB_sample
....................\..................\asef_sample.m,1223,2011-05-09

....................\..................\left_filter.txt,268908,2011-05-09
....................\..................\right_filter.txt,268492,2011-05-09
....................\ASEF_VS2010_sample
....................\..................\ASEF_filter.cpp,3639,2011-05-09
....................\..................\ASEF_filter.vcxproj,4980,2011-05-09
....................\..................\ASEF_filter.vcxproj.filters,1315,2011-05-09
....................\..................\ASEF_filter.vcxproj.user,143,2011-05-09

....................\..................\rfilter_dft.txt,180091,2011-05-09
....................\..................\right_filter.txt,172067,2011-05-09
....................\..................\stdafx.cpp,216,2011-05-09
....................\..................\stdafx.h,233,2011-05-09
....................\..................\targetver.h,236,2011-05-09
....................\eye_face_batch.cpp,7517,2011-05-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ers
    我们呀舟山市高岗的头,我们亚洲云也手握手。亚洲风乍起,亚洲雄风震天吼。(This is a pig!)
    2014-03-07 14:38:51下载
    积分:1
  • LCD12864
    msp430 LCD12864 test program, beginners essential for college students SCM contest entry procedures, enclosing the source, and Chinese comments
    2015-05-11 21:21:46下载
    积分:1
  • LossCompression
    C语言编程,利用矢量量化思想进行图像有损压缩和解压缩(C language programming, using vector quantization thoughts lossy image compression and decompression)
    2016-05-24 21:50:39下载
    积分:1
  • ir
    说明:  PIC单片机红外线遥控接收解码实例 //芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡(PIC Microcontroller Infrared Remote Control Receiver Decoder instance of// chip configuration word, watchdog off, power-on delay to open, brown-out detection pass, low-voltage programming off, encryption, 4M crystal oscillator HS)
    2010-03-05 19:40:41下载
    积分:1
  • Kkkllt134L
    非常好的klt算法的事例程序源码,大大家多多下在亚,谢谢大家乐 (Very good klt algorithm example program source code, large lot next in Asia, and thank you for music)
    2012-08-29 22:42:49下载
    积分:1
  • WzjWordTestDlg
    mfc实现word的文件读,内容写更新以及其他操作(mfc achieved word file read, write content updates and other operations)
    2013-08-13 11:02:52下载
    积分:1
  • POP3_EXAMPLE
    Pop3客户端接收信件的整个流程: 1。连接到pop3服务器(默认端口110) 2。发送用户名(user) 3。发送密码(pass) 4。查询当前邮箱状态(stat) 5。查询服务器上所有邮件UID列表(UIDL) 6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的) 7。对所有新邮件查询其大小(LIST) 8。下载所有新邮件(RETR)利用List提供的邮件大小信息 9。如果有必要,对所有新邮件标志为删除(DELE) 10。结束对话(QUIT) 11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
    2021-01-03 19:38:55下载
    积分:1
  • gwbssrari
    这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空空空间或效率优化。全部代码以C++语言开发,为了更容易地实现各种数据结构,代码中大量应用了标准C++库与模板技术。——总之,这些代码的作用在于示例与演示;如果大家想把这些代码应用在实际应用中,可能还需要 (The given here source code huffman.zip eight different ways to achieve the Huffman coding algorithm. These codes are intended to demonstrate different Huffman algorithm implementation principle, the difference of the algorithm execution efficiency, but does not demand for practical application environment, do more empty space or efficiency optimization. The entire code C++ language development code in order to make it easier to achieve a variety of data structures, a large number of applications the standard C++ library template.- In short, these code examples and demonstration If we want the code used in practical applications may also need)
    2012-08-23 20:05:50下载
    积分:1
  • des-daima
    DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:(DES ( Data Encryption Standard ) algorithm, in 1977 the U.S. government s official permission , is a 56 -bit key to encrypt 64 data . 56 keys of the DES algorithm scenery is not , and often with Des encryption expressly decipher reported , but look at the old standard encryption algorithm is always useful , but the DES algorithm has been widely used in a some occasions , she still plays a waste heat . (such as : UNIX password algorithm is DES algorithm -based ) . To modify the Triple DES is also resistant to cracking . The following is a description language on how to achieve the DES algorithm : )
    2012-04-28 10:01:59下载
    积分:1
  • buzzer-sing
    基于STC89C52写的蜂鸣器唱歌程序,可以控制开发板上的蜂鸣器唱歌,适合初学者(Based on the STC89C52 write buzzer singing procedures, can control the development board of the buzzer singing, suitable for beginners)
    2012-12-17 20:24:57下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载