资源简介
基于DPM行人车辆检测,算法实现基于opencv3扩展库,代码工程基于Qt5
代码片段和文件信息
#include
#include
#include
#include
#include
#include
#include
#include “testprocesstime.h“
#include “myvideowriter.h“
using namespace cv;
using namespace cv::dpm;
using namespace std;
void drawBoxes(Mat &frame vectorjectDetection> ds Scalar color)
{
for (unsigned int i = 0; i < ds.size(); i++)
{
rectangle(frame ds[i].rect color 2);
}
}
int main( int argc char** argv )
{
string model_path = “E:/QtProject/data/DPM/car.xml“;
string videoPath = “E:/QtProject/data/output2.avi“;
if( model_path.empty() )
{
return -1;
}
cv::Ptr detector = DPMDetector::create(vector(1 model_path));
VideoCapture capture(videoPath);
TestProcessTime testTime;
MyVideoWriter outputVideo;
testTime.setProcessname(“DPM“);
if ( !capture.i
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2836 2017-01-09 13:33 DPMDetector\DPMDetector.pro
文件 18684 2017-01-20 14:32 DPMDetector\DPMDetector.pro.user
文件 1967 2017-01-16 19:21 DPMDetector\main.cpp
文件 1533 2016-12-28 18:43 DPMDetector\myvideowriter.cpp
文件 775 2016-12-28 18:43 DPMDetector\myvideowriter.h
文件 990 2017-01-06 09:33 DPMDetector\testprocesstime.cpp
文件 530 2016-12-28 18:43 DPMDetector\testprocesstime.h
文件 759514 2017-01-16 19:10 DPM\car.xm
文件 271281 2015-12-17 09:11 DPM\inriaperson.xm
文件 785891 2017-01-08 14:58 DPM\person.xm
目录 0 2018-12-11 13:12 DPMDetector
目录 0 2018-12-11 13:12 DPM
----------- --------- ---------- ----- ----
1844001 12
相关资源
- Deep_Learning_2016.pdf
- zw_Classification1.zip
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
- 《多粒度知识获取与不确定性度量》
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
评论
共有 条评论