-
图形显示
提出一种基于PHD滤波和数据关联的多目标跟踪方法。利用PHD滤波消除杂波并得到各个时刻的目标个数和目标状态估计。将PHD滤波的结果重新定义为量测数据,通过数据关联进一步消除虚警和漏警并给出目标航迹。仿真结果表明,该算法可以在有效地提高杂波环境下多目标跟踪精度的同时提供各目标航迹信息。
- 2022-06-18 12:28:23下载
- 积分:1
-
H.264,我们不可以错过的好东东啊,一定要充分利用,不洼…
h.264,大家不可以错过的好东东呀,一定要充分利用,别浪费!-h.264, we can not miss the good Dongdong ah, we must make full use of, not to waste!
- 2022-01-30 21:43:32下载
- 积分:1
-
视频采集开源程序,利用ezVidC60.ocx组件,vb编写
视频采集开源程序,利用ezVidC60.ocx组件,vb编写-Open source video capture, using ezVidC60.ocx component, vb prepared
- 2022-03-13 12:58:24下载
- 积分:1
-
abroad to find a website with C# was driven camera procedures. After transformat...
在国外网站上找到一个用C#写的驱动摄像头的程序。 经改造和调试,如下: 安装摄像头后,一般可以找到一个avicap32.dll文件 这是一个关于设想头的类-abroad to find a website with C# was driven camera procedures. After transformation, and debugging, as follows : after the installation of cameras, can generally find a avicap32.dll This is a document of the type envisaged first
- 2022-05-14 09:54:23下载
- 积分:1
-
DirectShow实现视频捕获,并可在此基础上利用opencv进行图像的处理。...
DirectShow实现视频捕获,并可在此基础上利用opencv进行图像的处理。-DirectShow video capture, and on this basis for the use of image processing opencv.
- 2022-07-17 05:06:13下载
- 积分:1
-
labview函数 用摄像头捕捉图像 类似于拍照功能
labview函数 用摄像头捕捉图像 类似于拍照功能 -LabVIEW function camera to capture images using camera features similar to
- 2022-03-21 14:00:39下载
- 积分:1
-
实现全屏游戏或界面窗口化,具体看里面的说明
实现全屏游戏或界面窗口化,具体看里面的说明-games to achieve full screen interface or window, specific view of the inside
- 2022-04-30 14:07:47下载
- 积分:1
-
textureVIew 显示本地视频
应用背景之前使用surfaceView做视图显示,但是surfaceView无法实现旋转等一些操作,就找到了textureView做视图显示,做的一个简单播放本地视频的例子关键技术public class MainActivity extends Activity implements SurfaceTextureListener, OnBufferingUpdateListener, OnCompletionListener, OnPreparedListener, OnVideoSizeChangedListener{
TextureView textureView;
private MediaPlayer mMediaPlayer;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
textureView=(TextureView) findViewById(R.id.textureview);
textureView.setSurfaceTextureListener(this);
// textureView=new TextureView(this);
// textureView.setSurfaceTextureListener(this);
// setContentView(textureView);
}
@Override
public void onSurfaceTextureAvailable(SurfaceTexture surface, int width,
int height) {
System.out.println("onSurfaceTextureAvailab
- 2022-01-25 20:33:25下载
- 积分:1
-
H264 转换为YUV420的源代码
本源代码主要实现的功能是将 h264标准视频流数据 转换成 YUV420格式,算法简洁明了,希望对大家有所帮助。
- 2023-01-13 08:40:05下载
- 积分:1
-
RMVB文件分析工具,可以了解RMVB各个数据段结构,分析每一帧数据基本数据,但不能解压!...
RMVB文件分析工具,可以了解RMVB各个数据段结构,分析每一帧数据基本数据,但不能解压!-RMVB file analysis tools to understand the various data RMVB paragraph structure, and analysis of basic data on each frame of data, but you can not extract!
- 2022-01-25 17:20:02下载
- 积分:1