-
智能交通拥堵情况分类
2013年最新的论文,判断交通监控中拥堵情况的,对目标进行了聚类分析,由此分析目标的行为。
- 2023-05-10 01:45:03下载
- 积分:1
-
Mpeg 作家
如果你想要录制的视频,然后将其保存到磁盘上以压缩格式,这个代码是适合你的。它通过 mpeg 编码实现。
- 2022-04-18 00:50:57下载
- 积分:1
-
使用Picolo Diligent采集卡,采集avi文件或图像
使用Picolo Diligent采集卡,采集avi文件或图像-Picolo Diligent use of acquisition card, collecting avi file or image
- 2023-06-16 14:20:03下载
- 积分:1
-
采用FLAH MEDIA SERVER技术,录象加播放系统,供初学测试。
采用FLAH MEDIA SERVER技术,录象加播放系统,供初学测试。-Used FLAH MEDIA SERVER technology, plus video playback system for the novice test.
- 2023-02-02 03:00:04下载
- 积分: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
-
利用CFrameGrabber()、CAviCap()实现视频图像采集。
利用CFrameGrabber()、CAviCap()实现视频图像采集。-Using CFrameGrabber (), CAviCap () implement video image acquisition.
- 2023-04-04 10:20:03下载
- 积分:1
-
This is one of the TM1300 Video Capture cards and driver design papers
这是一篇关于TM1300视频采集卡及驱动程序设计论文-This is one of the TM1300 Video Capture cards and driver design papers
- 2022-02-26 03:36:38下载
- 积分:1
-
USB camera and image acquisition card collection procedures used Implementation...
USB摄像头和采集卡图像采集程序 采用VXL类库编程,各处理单元以封装成类 便于处理调用VXl可去http://vxl.sourceforge.net/ 下载另用到 ARtoolkit2.7可自行下载-USB camera and image acquisition card collection procedures used Implementation library programming, the processing unit to package into categories to facilitate handling calls VXl http://vxl.sourceforge.net/ be downloaded to another can be used to download ARtoolkit2.7
- 2022-08-19 18:23:59下载
- 积分:1
-
联通视频监控技术规范,包括中心平台技术要求,编解码功能,前端设备、客户端要求等...
联通视频监控技术规范,包括中心平台技术要求,编解码功能,前端设备、客户端要求等-China Unicom video surveillance technical specification, including center platform technical requirements for encoding and decoding functions, front-end equipment, client requirements, etc.
- 2022-02-20 17:53:11下载
- 积分:1
-
Video capture source program of ARM USB draw following 3 file: vidcat.c v41.c v4...
UndocumentNT 一书的代码,深入了解NT操作系统的不错好书.-UndocumentNT a book of code, in-depth understanding of the NT operating system good books.
- 2023-07-30 00:35:03下载
- 积分:1