• 大小: 342KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: 其他
  • 标签: svm  hog  

资源简介

本人毕设,见笑了,使用了基于HOG特征的SVM支持向量机,只能检查整个人体,不能检测人体的一部分,程序注释丰富。

资源截图

代码片段和文件信息

#include “LogManager.h“
LogManager::LogManager()
{
objectCount=0;
time_t currentTime;
tm * ptr;
currentTime=time(NULL);
ptr=localtime(¤tTime);
strftime(startTime100“%Y%m%d-%I:%M:%S“ptr);
}
void LogManager::endLog()
{
time_t currentTime;
tm * ptr;
currentTime=time(NULL);
ptr=localtime(¤tTime);
strftime(endTime100“%Y%m%d-%I:%M:%S“ptr);
}
void LogManager::update(int number)
{
objectCount+=number;

}
void LogManager::showLog()
{

cout<<“###################LOG#####################“< cout<<“start time: “< cout<<“end time: “< cout<<“total object number: “<jectCount<
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        348  2011-06-04 09:41  people-count - FINAL -提交\Common.h

     文件        685  2011-05-28 10:08  people-count - FINAL -提交\LogManager.cpp

     文件        487  2011-06-03 15:50  people-count - FINAL -提交\LogManager.h

     文件        112  2011-06-01 23:53  people-count - FINAL -提交\main.cpp

     文件    1362944  2011-08-11 20:06  people-count - FINAL -提交\people-count.ncb

     文件        889  2011-05-16 00:31  people-count - FINAL -提交\people-count.sln

    ..A..H.     51200  2011-08-11 20:06  people-count - FINAL -提交\people-count.suo

     文件       4412  2011-06-03 15:50  people-count - FINAL -提交\people-count.vcproj

     文件       1415  2011-06-04 13:27  people-count - FINAL -提交\people-count.vcproj.crk-PC.crk.user

     文件       1427  2011-08-11 20:06  people-count - FINAL -提交\people-count.vcproj.PC-201108022144.Administrator.user

     文件      20673  2011-06-04 11:26  people-count - FINAL -提交\PeopleCount.cpp

     文件       2837  2011-06-03 15:49  people-count - FINAL -提交\PeopleCount.h

     文件       4183  2011-06-04 09:15  people-count - FINAL -提交\Traceobject.cpp

     文件       1241  2011-06-03 18:58  people-count - FINAL -提交\Traceobject.h

     目录          0  2011-08-11 20:06  people-count - FINAL -提交

----------- ---------  ---------- -----  ----

              1452853                    15


评论

共有 条评论