-
AutoCAD Graphic Interchange File dxf file sample yen Read
AutoCAD图文交换文件dxf文件 圆 读取示例-AutoCAD Graphic Interchange File dxf file sample yen Read
- 2023-06-10 19:30:03下载
- 积分:1
-
Three
三维绘图,Test1,不错的程序,,大家快下啊,希望对大家有帮助
-Three-dimensional graphics, Test1, good procedures, we soon ah, I hope all of you help
- 2022-10-15 22:25:03下载
- 积分:1
-
一个模拟显示自然云彩的C程序
一个模拟显示自然云彩的C程序 -a natural clouds simulation shows the C program
- 2022-02-02 06:26:23下载
- 积分:1
-
C语言图像处理方法
C语言图像处理方法--Images processing method of C language
- 2023-09-06 08:55:04下载
- 积分:1
-
用于VGA显示
自己先了一个关于VGA显示的verilog代码,该代码实现的功能主要是显示屏的几种颜色的显示。由于自己写的,希望对于那些初学FPGA者有些许的帮助
- 2022-01-29 03:11:10下载
- 积分:1
-
一个图形学的小房子,主要应用DDA算法,和内点区域填充,DDA算法,还有延迟...
一个图形学的小房子,主要应用DDA算法,和内点区域填充,DDA算法,还有延迟-a small house, the main application of DDA algorithm, and points within the region to fill the DDA algorithm, the delay
- 2022-02-05 17:35:04下载
- 积分:1
-
Borland C++ Builder 6.0开发的画图板程序,又一个寓教于乐的东东~...
Borland C++ Builder 6.0开发的画图板程序,又一个寓教于乐的东东~-Borland C++ Builder 6.0 to develop the drawing board procedures, but also a recreation of the NEE ~
- 2022-11-29 14:45:03下载
- 积分:1
-
BMP图象的处理
包括读取
几何变换等
BMP图象的处理
包括读取
几何变换等-BMP image processing including reading geometric transformation
- 2023-02-03 02:05:03下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
摘要:在交通场景下进行多目标跟踪时,如何正确检测出车辆间的相互遮挡是影响车辆跟踪结果的关键。针对问题,运用投
影理论分析交通场景的三维几何投影特征.用长方体...
摘要:在交通场景下进行多目标跟踪时,如何正确检测出车辆间的相互遮挡是影响车辆跟踪结果的关键。针对问题,运用投
影理论分析交通场景的三维几何投影特征.用长方体投影轮廓模型对车辆进行建模,重构其乏维投影轮廓,以进行遮挡的检
测和分离。与以往的方法相比,它在估计出的车辆外形轮廓基础t-进行遮挡检测,不需要匹配操作,计算量较小,并能解决
基于匹配的方法无法对付的初始遮挡问题。用实验验证了该算法的有效性。-In multi―object tracking of traf氍c scene。how to detect the occlusion is a
key problem for vehicle
tracking.A novel vehicle contour based method is prope∞d to deal with this problem.This method firstly extracts the
3D geometry character from the vehicle images according to the projecting theory,establishes the model of the vehicle
with the euboid project contour,and then reconstructs its 3D project contour。detects and segments the occlusion l-e-
sious.Compared with traditional method,it deals with the problem with less computation because it generates the ve・
hide contour firstly and no match calculation is needed.Moreover,this method is able to solve the initial occlusion
problem,which could not be solved with matching based method.The experimental results show that the
- 2023-01-20 05:10:03下载
- 积分:1