登录
首页 » Visual C++ » HumanDet1

HumanDet1

于 2021-03-05 发布 文件大小:4452KB
0 271
下载积分: 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 个回复

  • files
    数字图像隐藏及提取研究分析论文、文献等。主要研究算法为LSB算法和DCT奇偶量化、DCT均值量化。(Digital Image Information Hiding and Extraction of analytical papers, literature. The main algorithm for the LSB algorithm and DCT parity quantization, DCT mean quantization.)
    2012-04-27 14:06:39下载
    积分:1
  • fast_dt
    快速距离变换的程序,是在外国人的一个程序上小改了一下,vs2008下的控制台程序,可以直接设置断点调试(Fast distance transform procedure is a procedure in the foreign small change a bit, vs2008 console under the program, you can set breakpoints directly)
    2011-10-11 16:16:21下载
    积分:1
  • opencvhello_matlab
    说明:  opencv入门程序,使用opencv模式读取图像并显示,在vs环境下调用matlab进行图像读取和显示(opencv entry procedures, read the image using opencv mode and display, in the vs environment, call matlab to read and display the image)
    2021-02-23 11:39:40下载
    积分:1
  • 2019DSP实验
    锐化图片 拉普拉斯算法 两种方法 一种是自己写的一种是用了matlab里面自带的函数(ruihua picture Laplace there are two mechof a fi [as fs aflasl;nvb)
    2019-05-28 21:51:24下载
    积分:1
  • MyDialog
    AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.(AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.)
    2007-09-18 14:18:42下载
    积分:1
  • RayTracer
    VB像素光影跟踪(图像渲染)工具,有需要的就下载吧。(VB Tracking pixel lighting (image rendering) tools, there is a need to download it.)
    2013-08-04 15:09:52下载
    积分:1
  • rihua.code
    本程序为图像锐化的经典程序,源码里有详细的标注。(the procedures for sharpening images of the classic procedures are detailed source of tagging.)
    2007-06-04 12:04:49下载
    积分:1
  • Shadow-Detection
    阴影检测,基于OpenCV用于对图像中阴影的检测(Shadow detection, OpenCV for image shadow detection)
    2021-04-11 19:08:58下载
    积分:1
  • Morph
    用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算.(Visual C++ using mathematical morphology-based digital image processing, including binary image erosion and dilation, opening, closing, thinning, and the central axis transform operations.)
    2011-11-08 16:34:42下载
    积分:1
  • EllipseCir
    椭圆拟合,输入中心坐标及椭圆长半轴和短半轴即可画出相应椭圆(ellipse fitting)
    2013-12-18 23:49:16下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载