-
图像边界特征提取
图像边界的特征提取,会根据图像提取出边界并描出
- 2022-02-01 05:25:03下载
- 积分: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
-
this the schemtic for hooking up a video encoding chip (SAA7121H) to a IDE conne...
this the schemtic for hooking up a video encoding chip (SAA7121H) to a IDE connector so it can connect to a DE1 FPGA board or any other you fancy-this is the schemtic for hooking up a video encoding chip (SAA7121H) to a IDE connector so it can connect to a DE1 FPGA board or any other you fancy
- 2023-04-04 02:30:03下载
- 积分:1
-
altera基于ep2c70的图像采集处理平台设计方案。完整的设计原理图。...
altera基于ep2c70的图像采集处理平台设计方案。完整的设计原理图。-altera-based image acquisition and processing platform ep2c70 design. Complete design schematic.
- 2023-01-08 18:25:03下载
- 积分:1
-
如何生产数码相机、扫描仪等设备快照
如何制作数码相机、扫描仪等设备的快照-how the production of digital cameras, scanners and other devices snapshot
- 2022-04-09 10:51:40下载
- 积分:1
-
CamIt is a Windows command line tool for continuously capturing a window (or the...
CamIt是一个Windows命令行工具,用于连续捕获窗口(或整个桌面)并将视频流保存为WMF(Windows媒体格式)文件。也可以选择将声音录制并存储在WMF文件中。
- 2022-01-26 06:08:31下载
- 积分:1
-
使用OV511芯片的USB摄像头采集视频图像,实时显示在液晶显示屏…
使用OV511芯片的USB摄像头采集视频图像,实时显示在液晶显示屏上,支持12bpp和16bpp。-use OV511 chip USB camera capture video images shown in real time on the LCD screen, and support 12bpp 16bpp.
- 2022-06-21 14:06:39下载
- 积分:1
-
Source code which transcode MPEG
一个把HDTV的MPEG-2 TS流转码成标清的MPEG-2 TS流的Source Code-Source code which transcode MPEG-2 TS of HDTV to MPEG-2 of TS
- 2022-06-14 14:19:55下载
- 积分:1
-
一个界面美观,速度比较快的视频捕捉程序,让你大开眼界!
一个界面美观,速度比较快的视频捕捉程序,让你大开眼界!-a beautiful interface, faster speed video capture procedure and let you eye-opener!
- 2022-03-01 21:29:39下载
- 积分:1
-
基于Visual C++6.0的摄像头编程,
可以拍照,摄像
基于Visual C++6.0的摄像头编程,
可以拍照,摄像-Based on Visual C++ 6.0 camera programming, you can take pictures, video
- 2022-03-09 19:34:32下载
- 积分:1