登录
首页 » 算法 » 静态背景下的行人检测

静态背景下的行人检测

于 2023-01-08 发布 文件大小:9.39 MB
0 163
下载积分: 2 下载次数: 1

代码说明:

应用背景本代码应用范围是静态背景下的行人检测,通过相邻两帧的像素值差,并在给定的阈值范围中,可以实时动态的找到行人所在区域并标定下来,本代码不可用于动态的行人检测,否则出现很大偏差。关键技术采用帧差法,比较相邻两帧图像对应位置的像素值差异,并用另一个图像空间存储,在给定的阈值范围中,如果像素差异值大于阈值,则将改点的像素值设置为255,如果像素值差异值小于或者等于阈值,则将改点的像素值设置为0。设定完成后,在通过图像预处理,消除图像中噪声,通过像素扫描,找到图像感兴趣范围,并圈定。即可完成图像中行人的动态实时监测。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 最短路径
    带权有向图的最短路径的求解,包括狄克斯特拉算法;弗洛伊德算法;
    2023-05-01 22:00:03下载
    积分:1
  • C#计
    using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Runtime.InteropServices; using System.IO; namespace 计算器 { /// /// Form1 的摘要说明。 /// public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button11; private System.Windows.For
    2023-01-30 17:15:03下载
    积分:1
  • 这是硕士生计机软件专业组合数学的一个序数演示,仅供参考。...
    这是硕士生计算机软件专业组合数学的一个序数算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm sequence demonstration purposes only.
    2022-02-27 03:43:04下载
    积分:1
  • 各种内部排序的集合,很经典的代码。
    各种内部排序算法的集合,很经典的代码。-internal algorithm assembly, classic code.
    2023-08-27 23:25:03下载
    积分:1
  • 有趣的小程序(螺旋矩阵输出)
    有趣的小程序(螺旋矩阵输出)-interesting little (Spiral matrix output)
    2023-03-08 21:05:03下载
    积分:1
  • spline interpolation algorithm, and drawing comparison.
    插值样条的算法,并作图比较。-spline interpolation algorithm, and drawing comparison.
    2022-03-02 09:04:51下载
    积分:1
  • This the cpp file for basic fixed size matrix operations etc.
    This the cpp file for basic fixed size matrix operations etc. -This is the cpp file for basic fixed size matrix operations etc.
    2022-03-07 02:56:32下载
    积分:1
  • space time coding
    《Space-Time Coding》Branka Vucetic、Jinhong Yuan [2003] a very good foreign book for wireless communication study
    2022-02-05 13:40:15下载
    积分:1
  • 输入n条边的长度,求这些边构成的最大面积多变形的面积
    输入n条边的长度,求这些边构成的最大面积多变形的面积-imported n the length of the side, while for these constitute the largest area of deformation over the area
    2023-02-13 02:50:03下载
    积分:1
  • 用matlab程序实现粒子群
    该程序是基于matlab平台的粒子群算法的实现程序,用来实现粒子群算法,程序简单易理解,对学习该方面知识的学者提供一定的帮助。
    2022-03-21 20:42:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载