登录
首页 » Visual C++ » HumanDet1

HumanDet1

于 2021-03-05 发布 文件大小:4452KB
0 236
下载积分: 1 下载次数: 326

代码说明:

  人头检测 通过颜色分割产生人头头发部分的二值图像,计算此部分的面积和长宽比来判断是否有人头(human detection)

文件列表:

HumanDet1
.........\bb
.........\..\bb.alz,1147378,2007-04-04
.........\..\bb.lst,155,2007-04-04
.........\..\FILE1.raw,147464,2005-11-30
.........\..\FILE10.raw,147464,2005-11-30
.........\..\FILE2.raw,147464,2005-11-30
.........\..\FILE3.raw,147464,2005-11-30
.........\..\FILE4.raw,147464,2005-11-30
.........\..\FILE5.raw,147464,2005-11-30
.........\..\FILE6.raw,147464,2005-11-30
.........\..\FILE7.raw,147464,2005-11-30
.........\..\FILE8.raw,138248,2005-11-30
.........\..\FILE9.raw,147464,2005-11-30
.........\HumanDet
.........\........\Debug
.........\........\.....\detHuman.obj,10150,2010-05-21
.........\........\.....\detHuman.sbr,0,2009-05-29
.........\........\.....\HumanDet.exe,135270,2010-05-21
.........\........\.....\HumanDet.ilk,341512,2010-05-21
.........\........\.....\HumanDet.obj,23630,2010-05-21
.........\........\.....\HumanDet.pch,5567704,2010-05-21
.........\........\.....\HumanDet.pdb,500736,2010-05-21
.........\........\.....\HumanDet.res,9708,2005-07-04
.........\........\.....\HumanDet.sbr,0,2009-05-29
.........\........\.....\HumanDetDoc.obj,15314,2010-05-21
.........\........\.....\HumanDetDoc.sbr,0,2009-05-29
.........\........\.....\HumanDetView.obj,46124,2010-05-21
.........\........\.....\HumanDetView.sbr,0,2009-05-29
.........\........\.....\MainFrm.obj,20414,2010-05-21
.........\........\.....\MainFrm.sbr,0,2009-05-29
.........\........\.....\process.obj,9000,2010-05-21
.........\........\.....\process.sbr,0,2009-05-29
.........\........\.....\StdAfx.obj,106097,2010-05-21
.........\........\.....\StdAfx.sbr,1376579,2007-06-06
.........\........\.....\vc60.idb,205824,2010-05-21
.........\........\.....\vc60.pdb,397312,2010-05-21
.........\........\detHuman.cpp,3431,2007-06-11
.........\........\detHuman.h,551,2007-06-07
.........\........\HumanDet.aps,31104,2009-05-29
.........\........\HumanDet.clw,3498,2009-06-07
.........\........\HumanDet.cpp,4245,2005-07-04
.........\........\HumanDet.dsp,4848,2005-07-06
.........\........\HumanDet.dsw,539,2006-03-31
.........\........\HumanDet.h,1378,2005-07-04
.........\........\HumanDet.ncb,320512,2010-05-21
.........\........\HumanDet.opt,51712,2010-05-21
.........\........\HumanDet.plg,2792,2010-05-21
.........\........\HumanDet.rc,11172,2005-07-04
.........\........\HumanDetDoc.cpp,1782,2005-07-04
.........\........\HumanDetDoc.h,1497,2005-07-04
.........\........\HumanDetView.cpp,12290,2007-06-12
.........\........\HumanDetView.h,2545,2007-06-13
.........\........\MainFrm.cpp,2509,2005-07-04
.........\........\MainFrm.h,1581,2005-07-04
.........\........\process.cpp,2937,2007-06-08
.........\........\process.h,530,2007-06-07
.........\........\ReadMe.txt,4359,2005-07-04
.........\........\Release
.........\........\.......\detHuman.obj,4249,2005-11-28
.........\........\.......\HumanDet.exe,40960,2006-04-03
.........\........\.......\HumanDet.obj,16184,2005-07-18
.........\........\.......\HumanDet.res,9708,2005-07-14
.........\........\.......\HumanDetDoc.obj,9271,2005-07-14
.........\........\.......\HumanDetView.obj,23212,2006-04-03
.........\........\.......\MainFrm.obj,12786,2005-07-14
.........\........\.......\process.obj,6808,2005-07-18
.........\........\.......\StdAfx.obj,768,2005-07-14
.........\........\res

.........\........\...\HumanDet.rc2,400,2005-07-04


.........\........\Resource.h,496,2005-07-04
.........\........\StdAfx.cpp,210,2005-07-04
.........\........\StdAfx.h,1054,2005-07-04

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

发表评论

0 个回复

  • AD0125
    研华PCI-1711数据采集卡 AD转换VC++例程(Advantech PCI-1711 data acquisition card AD conversion VC++ Routines)
    2020-09-10 11:58:02下载
    积分:1
  • view
    Matlab time-frequency analysis supporting the source code of chapter 12, please share
    2017-08-03 03:15:27下载
    积分:1
  • MeanShiftSegMent
    根据D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis 以及 C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision.这两篇文献提供的方法编写的图像分割代码,作者是 Chris M. Christoudias, Bogdan Georgescu,代码经我看了后加了丰富的中文注释,希望可以给各位带来阅读上的方便。 基于meanshift的聚类分割方法包括滤波、区域融合等操作,通过调整sigma和sigmar来调整分割效果。(According to D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis, and C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision. These two documents prepared by the methods provided by image segmentation code , the author is Chris M. Christoudias, Bogdan Georgescu, after I read the code, add a rich Chinese notes, hoping to bring you the convenience of reading. Segmentation method based on clustering meanshift including filtering, regional integration and other operations, and by adjusting the sigma sigmar to adjust segmentation results.)
    2013-07-30 19:01:52下载
    积分:1
  • test3
    利用Artoolkit实现了虚拟现实的算法,VS2008下测试通过(Use Artoolkit algorithm to achieve a virtual reality, VS2008 under test)
    2013-12-12 12:39:48下载
    积分:1
  • ImageHistogramEqualization
    说明:   vc代码,用于图像直方图均衡(以原始girl图像为测试图像) (vc code, for image histogram equalization (in the original girl image for the test images))
    2010-03-28 09:42:18下载
    积分:1
  • SAR_image_processing
    SAR复数数据转换,RAW格式数据转换,雷达图像滤波,LEE-sigema滤波,Frost滤波,Gamma-MAP滤波,KUAN滤波,雷达图像几何处理,斜距到地距转换程序。(SAR complex data conversion, RAW format, data conversion, radar image filtering, LEE-sigema filter, Frost filter, Gamma-MAP filtering, KUAN filtering, radar image geometry processing, slant range to ground from the conversion process.)
    2010-01-26 09:52:42下载
    积分:1
  • drawmat
    演示了点阵字符的绘制方法,visual c++源码(Demonstrates a dot matrix characters drawing method, c++ source code)
    2012-12-22 18:24:16下载
    积分:1
  • HALCON_CIRCLE
    一个简单的HALCON计算圆心坐标的例子,C++代码格式,初学者适用!(A simple example of calculating coordinates HALCON, c++ code format, for beginners!)
    2021-03-23 10:19:15下载
    积分:1
  • tuxianzhuanzi
    利用c++实现图像转置源代码,像素变换的一种方式(use Image home to the source code, pixel transform the way)
    2006-06-11 17:09:19下载
    积分:1
  • LSM_Match_2010-5-1
    说明:  最二小乘影像匹配,精度可以达到0.01个像素,也可以最二小乘影像模板匹配。经过修改后可以直接用,只要调用一个函数就搞定,函数参数的说明很清楚,绝对不会有任何困难,非常好用。(Most two Theravada image matching accuracy can reach 0.01 pixel images can also be the most two Theravada template matching. After modifications can be directly used, as long as is you call a function, function parameters, the description is clear and will not have any difficulties, very easy to use.)
    2010-04-30 16:42:22下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载