登录
首页 » Visual C++ » picture

picture

于 2021-03-05 发布 文件大小:28534KB
0 243
下载积分: 1 下载次数: 193

代码说明:

  这个源代码原创,利用MFC编程,可以实现人头检测,通过分类器检测。如果运行有问题,可以联系我,我可以提供相应boost分类器。(It s a program detecting huamn face using adaboost, with the help of MFC.)

文件列表:

picture
.......\ClassDiagram1.cd,1,2009-08-31
.......\CvvImage.cpp,7216,2012-10-14
.......\CvvImage.h,2007,2012-10-14
.......\Debug
.......\.....\CL.read.1.tlog,347902,2013-03-14
.......\.....\CL.write.1.tlog,5790,2013-03-14
.......\.....\CvvImage.obj,113972,2012-11-10
.......\.....\link-cvtres.read.1.tlog,2,2013-03-14
.......\.....\link-cvtres.write.1.tlog,2,2013-03-14
.......\.....\link.3824-cvtres.read.1.tlog,2,2013-03-14
.......\.....\link.3824-cvtres.write.1.tlog,2,2013-03-14
.......\.....\link.3824.read.1.tlog,2,2013-03-14
.......\.....\link.3824.write.1.tlog,2,2013-03-14
.......\.....\link.5028-cvtres.read.1.tlog,2,2013-03-14
.......\.....\link.5028-cvtres.write.1.tlog,2,2013-03-14
.......\.....\link.5028.read.1.tlog,2,2013-03-14
.......\.....\link.5028.write.1.tlog,2,2013-03-14
.......\.....\link.5128-cvtres.read.1.tlog,2,2013-03-14
.......\.....\link.5128-cvtres.write.1.tlog,2,2013-03-14
.......\.....\link.5128.read.1.tlog,2,2013-03-14
.......\.....\link.5128.write.1.tlog,2,2013-03-14
.......\.....\link.5584-cvtres.read.1.tlog,2,2013-03-14
.......\.....\link.5584-cvtres.write.1.tlog,2,2013-03-14
.......\.....\link.5584.read.1.tlog,2,2013-03-14
.......\.....\link.5584.write.1.tlog,2,2013-03-14
.......\.....\link.read.1.tlog,20888,2013-03-14
.......\.....\link.write.1.tlog,3342,2013-03-14
.......\.....\mt.read.1.tlog,2068,2013-03-14
.......\.....\mt.write.1.tlog,430,2013-03-14
.......\.....\picture.Build.CppClean.log,1480,2012-10-25
.......\.....\picture.exe,172544,2013-03-14
.......\.....\picture.exe.embed.manifest,667,2012-10-28
.......\.....\picture.exe.embed.manifest.res,732,2012-10-30
.......\.....\picture.exe.intermediate.manifest,381,2013-03-14
.......\.....\picture.ilk,1242900,2013-03-14
.......\.....\picture.lastbuildstate,82,2013-03-14
.......\.....\picture.log,4183,2013-03-14
.......\.....\picture.obj,129665,2012-11-10
.......\.....\picture.pch,33685504,2012-11-10
.......\.....\picture.pdb,6294528,2013-03-14
.......\.....\picture.res,70000,2012-11-10
.......\.....\pictureDlg.obj,181187,2013-03-14
.......\.....\picture_manifest.rc,204,2012-10-25
.......\.....\rc.read.1.tlog,9540,2012-11-10
.......\.....\rc.write.1.tlog,1374,2012-11-10
.......\.....\stdafx.obj,639437,2012-11-10
.......\.....\tbb_debug.dll,142552,2011-05-10
.......\.....\vc100.idb,3804160,2013-03-14
.......\.....\vc100.pdb,5017600,2013-03-14
.......\ipch
.......\....\picture-87e059a0
.......\picture.aps,106520,2012-11-09
.......\picture.cpp,2010,2012-10-14
.......\picture.h,565,2012-10-14
.......\picture.rc,11288,2012-11-09
.......\picture.sdf,77615104,2013-03-16
.......\picture.sln,880,2012-10-14
.......\picture.vcxproj,6823,2012-11-10
.......\picture.vcxproj.filters,2430,2012-10-25
.......\picture.vcxproj.user,143,2012-10-14
.......\pictureDlg.cpp,12376,2012-12-02
.......\pictureDlg.h,1016,2012-11-10
.......\ReadMe.txt,2862,2012-10-14
.......\res


.......\...\picture.rc2,670,2012-10-14
.......\resource.h,2274,2012-11-09
.......\stdafx.cpp,140,2012-10-14
.......\stdafx.h,1587,2012-10-14
.......\targetver.h,234,2012-10-14

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

发表评论

0 个回复

  • c
    说明:  用C语言编写的一些小例程,在cvi上进行开发,希望对你有所帮助。(Cvi on some small routines written in C language development, I hope for your help.)
    2012-05-17 16:43:01下载
    积分:1
  • B06040324_B2
    模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示: 用户名 电话号码 本地话费 长途话费 话费总计 (3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为: 用户名 主叫电话号码 被叫电话号码 通话时长 (Design and implementation of simulation of telecommunication billing system Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them: The following conversation method to calculate the fee: Long distance telephone calls =+ local telephone fee Long distance telephone fee = rate (yuan/minute)* call time (minutes) (call time less than 1 minutes to 1 minutes) Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later. (2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen: The user name phone number local calls long distance charges charges totaling (3) if a single query. Enter a phone number, query and display all the call records of th)
    2013-09-25 05:53:29下载
    积分:1
  • 利用Lsasrv.dll 的RPC缓冲溢出漏洞的源码
    可适用于: * - Windows XP Professional SP0 English version * - Windows XP Professional SP0 Russian version * - Windows XP Professional SP1 English version * - Windows XP Professional SP1 Russian versi(applicable to :*- Windows XP Professional SP3 English version*- Windows XP Professional bug Russian version*- Windows XP Professional SP1 English version*- Windows XP Professional SP1 Russian versi)
    2005-05-03 09:39:53下载
    积分:1
  • ACE-Lock(ACE_Task_Base)
    ACE线程管理机制-并发控制和基于ACE实现的一个内存池(Thread management mechanism ACE- ACE-based concurrency control and achieve a memory pool)
    2013-11-03 22:41:58下载
    积分:1
  • 1-20
    vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口(vc inspiration source code programming examples accelerated 01 menu button to create dynamic menu 02 03 04 menu items map system with the right mouse button for the pop-up menu of 05 added to the system menu mode menu items 06 07 modeless dialog box 08 A. fxMessageBox 09 based on the use of dialog 10 applications to change the background color dialog 11 the use of the rolling axis 12 13 hidden task bar window size limit of 14 changes to create irregular window transparent window 15 1 six in a total of the top 17 purple window so that the window of 18 middle-trailers moving window title bar window 20 19 Resolution automatic call window)
    2004-07-22 03:11:11下载
    积分:1
  • diver
    精伦通用二次开发包 带有VC++ 例子。(Jinglun general secondary development package)
    2011-09-08 18:44:20下载
    积分:1
  • osgriver
    基于osg的河流显示,可以达到实时绘制效果。(Based osg rivers display, you can achieve real-time rendering results.)
    2020-09-15 13:47:58下载
    积分:1
  • ImageSeeSourceCode
    这是一个类似如ACDSee的源程序,它可以对多种图片进行一系列的操作。(This is a similar source, such as ACDSee, it can carry out a series of multi-picture operation.)
    2007-11-11 20:45:21下载
    积分:1
  • MFCDraw
    MFC 画图程序 包括了所有画图的功能! 里面包括了源代码,相当好用!(MFC Paint program to include all the functions of drawing! Which includes source code, very easy to use!)
    2020-11-19 10:09:37下载
    积分:1
  • VC++Delaunay
    采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。(Serializing objects using CArchive read the raw data to build Delaunay triangulation VC++ Code. Mouse clicks can add new points structure network, including the two-dimensional, three-dimensional. Can also be used for colors, light and so on.)
    2021-04-08 12:49:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载