-
从3gp格式的视频文件中提取出视频图片的数据
从3gp格式的视频文件中提取出视频图片的数据-From 3gp format video files to extract data from video images
- 2022-07-17 11:27:03下载
- 积分:1
-
一个用vc++实现打开cif的格式的源码,自己写的,呵呵,跟打架共享!...
一个用vc++实现打开cif的格式的源码,自己写的,呵呵,跟打架共享!-A vc++ implementation with cif format open source, wrote it myself, Oh, to share with the fight!
- 2022-01-26 04:43:53下载
- 积分: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
-
摄像头程序,有简单解释,利于理解。现在在做一个视频采集程序,就参考的这个。...
摄像头程序,有简单解释,利于理解。现在在做一个视频采集程序,就参考的这个。-It is a camera driver including simple explanation in order to be understood easily. now,there is a programme of video collection which is designed on the basis of the camera driver.
- 2022-08-09 05:51:39下载
- 积分:1
-
利用神经网络的人脸检测
利用神经网络人脸检测器
- 2022-11-23 16:50:04下载
- 积分:1
-
Windows系统的视频捕捉程序 !
Windows系统的视频捕捉程序 !-Windows video capture system procedures!
- 2022-10-12 11:35:03下载
- 积分:1
-
浮点转定点
一般说来,定点数的运算在计算机中实现起来比较简单,效率较高;而浮点数的运算在计算机中实现起来比较复杂,效率相对较低,资料中给出了常用的浮点转定点的方法。
- 2022-11-16 05:35:03下载
- 积分:1
-
光流法运动估计
使用光流法对视频图像的运动区域做运动估计,用箭头标出了运动方向,代码中使用c++面向对象编程,使用MFC界面画,结果清晰明朗,下载可直接使用。
- 2022-12-16 07:10:03下载
- 积分:1
-
通过DirectShow进行视频预览和捕获,并可以抓取图象
通过DirectShow进行视频预览和捕获,并可以抓取图象-Through DirectShow video preview and capture, and can crawl image
- 2022-03-31 07:37:53下载
- 积分:1
-
videoplaer
ExoPlayer 是安卓系统应用程序级别的媒体播放器。它用于播放音频和视频,本地和通过互联网提供 Android 的 MediaPlayer API 的替代方法。ExoPlayer 支持功能当前不支持由 Android 的 MediaPlayer API (如奇巧),包括破折号和 SmoothStreaming 自适应回放、 持久性缓存和自定义渲染器。不同 MediaPlayer API 中,ExoPlayer 是易于自定义和扩展,以及可以通过播放存储应用程序更新更新
- 2022-04-24 02:40:01下载
- 积分:1