-
ImprovedPedestrianDetectionAlgorithminNighttime
针对夜间动态背景下的行人检测中分割算法受光照条件影响大、误识别多等问题,提出双阈值分割算法和以多目标跟踪为核心的算法框架。新的分割算法解决了行人亮度分布不均时的分割问题,同时在新的框架下可以综合多帧的处理结果进行综合判断,通过将基于支持向量机的识别算法和多目标跟踪算法的融合,降低了系统的计算量,且比一般的系统具有更高的识别率。
(At night the dynamic context of pedestrian detection segmentation algorithm affected by light conditions, and false identification of many other issues, the dual-threshold segmentation algorithm and a multi-target tracking algorithm as the core framework. New segmentation algorithm to solve the uneven distribution of brightness of pedestrians at the time of partition, while in the new framework of an integrated multi-frame can be the result of a comprehensive treatment of the judge, through the support vector machine-based recognition algorithms and multi-target tracking algorithm integration reducing system of calculating the volume, and than a typical system has a higher recognition rate.)
- 2008-08-04 16:06:29下载
- 积分:1
-
C循环结构
14.5 C循环结构 循环体是程序设计与优化的重点考虑对象。本节将着重讲解在ARM上处理for和while循环最有效的方法。 14.5.1 循环中止 首先来看下面的例子,两个不同的循环退出条件,产生的不同汇编代码。 C源程序如下所示。 int fact1 (int n) { int i, fact = 1; for (i = 1; i 《= n; i++)
- 2022-06-20 00:28:45下载
- 积分:1
-
UDP
UDP点对点聊天源码,UDP基础原理实例源代码(UDP source peer-to-peer chat, UDP based on the principle of source code examples)
- 2007-07-17 09:26:13下载
- 积分:1
-
DSP源程序
对初学者来说,GPIO口、外部中断、定时器、PWM等重要的源程序。(For beginners, GPIO port, external interrupt, timer, PWM and other important source programs.)
- 2019-03-28 16:48:04下载
- 积分:1
-
STM32仿三菱PLC开源代码
使用STM32F103单片机仿PLC底层程序,支持梯形图编程,stm32在IAR下开发的PLC底层程序可直接用三菱PLC软件操作,内容条理清晰,对PLC程序的编写有有一定帮助。
- 2019-03-20下载
- 积分:1
-
AcriveX Source Code
AcriveX Source Code
AcriveX Source Code
AcriveX Source Code
AcriveX Source Code
- 2023-07-17 19:20:04下载
- 积分:1
-
skyblue_BoxMan
推箱子小游戏,visualC++经典游戏设计(Sokoban game, visualC++ Classic Game Design)
- 2008-12-18 14:39:16下载
- 积分:1
-
OBDIIprotocols091214
各大车系的OBDII总线协议。
比如:VW,Ford,GM等等。(OBDII bus protocol。)
- 2011-08-16 14:19:51下载
- 积分:1
-
Code(6)
As the figure above illustrates, a phase accumulator compares the sample clock and desired frequency to increment a phase register. Again, the fundamental idea is that we can generate signals with precise frequencies by generating an appropriate sample based on the phase of that frequency at any point in time. In addition, by representing our waveform with 214 (16,384) points, we are able to represent exactly 16,384 phase increments with our lookup table.
- 2013-12-11 09:48:41下载
- 积分:1
-
UART by STM32
说明: UART by STM32. you can use it
- 2020-06-19 07:20:02下载
- 积分:1