資源簡介
本人畢設,見笑了,使用了基于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?-提交\Traceob
?????文件???????1241??2011-06-03?18:58??people-count?-?FINAL?-提交\Traceob
?????目錄??????????0??2011-08-11?20:06??people-count?-?FINAL?-提交
-----------?---------??----------?-----??----
??????????????1452853????????????????????15
評論
共有 條評論