-
基于opencv的手势识别程序。可以识别6种手势。
基于opencv的手势识别程序。可以识别6种手势。-Opencv-based gesture recognition program. Can identify six kinds of gestures.
- 2022-01-25 17:08:55下载
- 积分:1
-
实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9
实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9-12左右,太慢了. 发现经过使用directshow后速度提升到60帧/s.在opencv group上了解到这是一个普遍问题,也许有人做过转换,却没有完整的例子与代码.在此贴出.对希望提高opencv视频分析速度的有所帮助-Opencv experiment found that the cvCaptureFromCAM using vfw, the use of information mechanism to slow fps test found that only about 9-12, too slow. Discovered through the use of DirectShow velocity to 60/s. In opencv group understanding that this is a common problem, perhaps someone has done the conversion, but no complete examples and code.此贴out in. opencv want to improve the speed of video analysis help
- 2023-08-26 23:15:03下载
- 积分:1
-
实现了图像格式yuy2到RGB24的转换,在视频采集中有着广泛的应用、...
实现了图像格式yuy2到RGB24的转换,在视频采集中有着广泛的应用、-Realize a YUY2 to RGB24 image format conversion, video capture in a wide range of applications,
- 2022-07-21 15:17:41下载
- 积分:1
-
音乐动画,它美丽绝伦,它无与伦比,它漂亮可爱,它,人见人爱。...
音乐动画,它美丽绝伦,它无与伦比,它漂亮可爱,它,人见人爱。-Music animation, it is absolutely beautiful, it is unparalleled, it pretty sweet, it, everyone loves.
- 2022-03-22 09:12:22下载
- 积分:1
-
自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264
自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264编码的前期工作。-To do their own will video capture (using the camera can be collected after the AVI format) and format conversion (AVITOYUV) in conjunction with the completion of a program inside the code, pure WIN32, no MFC. H.264 encoder can be used for the preliminary work.
- 2022-01-22 00:59:44下载
- 积分: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
-
用opencv提供的函数来获取摄像头是实时视频的小例子。
用opencv提供的函数来获取摄像头是实时视频的小例子。-Provided with opencv functions to obtain real-time video camera is a small example.
- 2022-06-30 13:34:29下载
- 积分:1
-
视频捕获
视频捕获-mpeg4压缩-网络传送源码(VC 6.0).rar-video capture-compressed mpeg4-network transmission source (VC 6.0). Rar
- 2022-07-11 03:19:05下载
- 积分:1
-
mp3解码.....OOG解码.器..源代码下载
mp3解码.....OOG解码.器..源代码下载-MP3 decoder ..... OOG decoder. All source code download ..
- 2022-04-30 13:18:02下载
- 积分:1
-
通过捕捉摄像头里的视频,并进行压缩编码,输出显示在pc机上。加载动态链接库。...
通过捕捉摄像头里的视频,并进行压缩编码,输出显示在pc机上。加载动态链接库。-advance through the camera to capture video, and coding, the output of the pc board. Add dynamic link library.
- 2022-03-29 09:29:19下载
- 积分:1