• 大小: 0.43M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: opencv  Hog  pe  NC  检测  

资源简介

则程序会自动对该图片进行行人检测,且将检测到的效果显示出来,即用1个矩形框将行人框出来

资源截图

代码片段和文件信息

//----------------------------------------------------------------------------
//  Copyright (C) 2004-2017 by EMGU Corporation. All rights reserved.       
//----------------------------------------------------------------------------

using System;
using System.Collections.Generic;
using Emgu.CV;
using Emgu.CV.CvEnum;
using Emgu.CV.Structure;
using System.Drawing;
using System.Diagnostics;
using Emgu.CV.Util;
#if !(__IOS__ || NETFX_CORE)
using Emgu.CV.Cuda;
#endif

namespace PedestrianDetection
{
   public static class FindPedestrian
   {
      /// 
      /// Find the pedestrian in the image
      /// 

      /// The image
      /// The processing time in milliseconds
      /// 

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

     文件     447820  2017-09-03 03:57  pedestrian.png

     文件       3370  2017-09-03 03:57  PedestrianDetection.csproj

     文件       1907  2017-09-03 03:57  Program.cs

     文件       1020  2017-09-03 03:57  Properties\AssemblyInfo.cs

     文件       2753  2017-09-03 03:57  FindPedestrian.cs

     目录          0  2019-07-18 16:04  Properties

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

               456870                    6


评论

共有 条评论