-
背景差法
background subtraction implemented using MOG algorithm which uses mixture of Gaussian mixture model. it takes a video as a input with argument specified as "-vid" in the command line
- 2022-02-07 06:04:59下载
- 积分:1
-
Video Development Platform SDK
视频开发平台的SDK-Video Development Platform SDK
- 2023-04-19 07:35:03下载
- 积分:1
-
通过应用vc平台来实现摄像头图像采集,并详细过程
通过应用vc平台来实现摄像头图像采集,并详细过程-tell you how to realize video capturing
- 2023-02-02 08:10:03下载
- 积分:1
-
displaylink的Linux库函数使用手册,让Linux下也能使用USB显卡/显示器。...
displaylink的Linux库函数使用手册,让Linux下也能使用USB显卡/显示器。-displaylink library function manual of Linux, so that Linux can also use USB card under/monitors.
- 2023-03-14 09:20:03下载
- 积分:1
-
从3gp格式的视频文件中提取出视频图片的数据
从3gp格式的视频文件中提取出视频图片的数据-From 3gp format video files to extract data from video images
- 2022-07-17 11:27:03下载
- 积分:1
-
本作品为板连接视频编码芯片为Altera DE1…
This the artwork for a board that connects a video encoder chip to a Altera DE1 board (or any other) via a IDE cable-This is the artwork for a board that connects a video encoder chip to a Altera DE1 board (or any other) via a IDE cable
- 2022-01-25 19:51:29下载
- 积分:1
-
vcd电影文件拷贝。将VCD电影文件拷到硬盘的时候,由于盘片损坏,拷到一半的时候就读不了,导致整个文件不能复制,于是做了这个简单的程序。...
vcd电影文件拷贝。将VCD电影文件拷到硬盘的时候,由于盘片损坏,拷到一半的时候就读不了,导致整个文件不能复制,于是做了这个简单的程序。-copy vcd movie files. VCD movie file to your hard disk Kaodao, because of disc damage, half of the time Kaodao students can not, should not copy the entire file, so to do this simple procedure.
- 2022-05-06 22:51:29下载
- 积分: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
-
OCX的一个播放器,通过调用函数实现各种功能
OCX的一个播放器,通过调用函数实现各种功能-OCX a player, by calling the function realize various functions
- 2022-03-02 03:08:56下载
- 积分:1
-
信成为可能,因而用户可以用计算机控制仪器,可
以依赖计算机为工具开发自己的强有力的软件来增强
自己的仪器系统的功能,使他能够分析和处理特定的
数据并...
信成为可能,因而用户可以用计算机控制仪器,可
以依赖计算机为工具开发自己的强有力的软件来增强
自己的仪器系统的功能,使他能够分析和处理特定的
数据并显示结果,而不是限于仪器的固-letter as possible, so users can use computer-controlled equipment, it can rely on the computer as a tool to develop their own powerful software to enhance their own instrument system functions, so that he can analyze and process-specific data and display the results and not be confined to equipment Solid
- 2023-06-24 22:45:04下载
- 积分:1