-
有些无驱摄像头的图像是左右反的,可能用些程序将它的图像翻转过来...
有些无驱摄像头的图像是左右反的,可能用些程序将它的图像翻转过来-Some hassel camera images is about the anti
- 2022-04-09 11:24:11下载
- 积分:1
-
TI DM6446 workshop 视频采集部分示例代码
TI DM6446 workshop 视频采集部分示例代码-TI DM6446 workshop video capture part of the sample code
- 2022-07-26 15:17:09下载
- 积分:1
-
视频播放与分析
使用windows+opencv开发的视频播放器,可以在播放器界面上手绘一些形状。可以在视频中找到手绘形状范围内的动态对象。播放器控制条也是纯手工打造的哦,呵呵
- 2022-01-25 16:19:53下载
- 积分:1
-
对监控视频进行压缩,有人得保存,没有则滤除
视频压缩程序,图像处理的方法判别视频中是否有人,然后压缩视频。编译可直接运行
- 2022-02-09 23:26:50下载
- 积分:1
-
车辆检测程序
应用背景基于视频图像的车辆检测,提取运动车辆关键技术图像预处理,背景差分,图像平滑,阈值分割二值化,前景提取
- 2022-05-14 16:13:41下载
- 积分:1
-
SDK
SDK-2 开发包可快速开发基于杭州海康威视系统视频采集卡(Hi kvision DS-40xxHC DS-40xxHC+ DS-40xxMD SDK)的视频监控类 应用程序。 本开发包在海康视频采集卡二次开发包的基础上进一步封装大量 底层细节,让开发者在程序中控制采集卡简单到只需调用一个函 数,完成强大功能只需一句代码即可快速实现,真正达到了开发 高效、稳定、简单、快速的效果,本开发包不仅仅适应于初学者 ,因其强大的开发包接口同样也适应于专业系统的开发。-SDK-2 development kit can quickly develop the system based on the Hangzhou Hikvision video capture card (Hi kvision DS-40xxHC DS-40xxHC+ DS-40xxMD SDK) type of video surveillance applications. The development kit Haikang video capture card in the secondary development of the package to build on a large number of low-level details of the package to allow developers to control the capture card in the program as simple as just calling a function, the completion of the power of just one code can be quickly realization of the development really efficient, stable, simple, fast results, the development kit is not only adapted to beginners, because of its powerful development kit interface also adapted to the professional systems.
- 2022-02-25 03:08:02下载
- 积分:1
-
IDS的公用事业和工业发达的
用CSharp开发的实用与IDS公司工业级摄像头的视频采集及其捕捉应用程序,其中程序功能包括了各种视频操作及其二次开发的基础-CSharp developed with IDS s utility and industrial-grade camera and capture video capture applications, which include a variety of video programs and the second operation of the foundation for development
- 2023-07-12 02:50:03下载
- 积分:1
-
这是opencv和MFC结合演示程序,
这是一个OPENCV和MFC相结合的演示程序,主要是完成了在几个窗口同时读入,显示几个不同的视频流- This is the demonstration program which OPENCV and MFC unifies,
mainly was completes has also read in several windows, demonstrated
several different video frequencies flowed
- 2022-08-06 08:43:36下载
- 积分:1
-
用vc++编写的图像处理程序,该程序实现了有关摄像头对视频的捕获。
本系统实现从摄像头中获取一段视频的功能 运行时需要有一个摄像头
一套完整的VC ++...
用vc++编写的图像处理程序,该程序实现了有关摄像头对视频的捕获。
本系统实现从摄像头中获取一段视频的功能 运行时需要有一个摄像头
一套完整的VC ++ USB Video摄像头捕捉程序源代码,支持多摄像头选择,而且支持直接截图。可以作为开发视频会议和视频游戏的参考资料
-Vc++ to prepare with the image processing procedures, the procedures for the realization of the camera for video capture. The system obtained from the camera features a video of the run-time need for a camera of a complete set of VC++ USB Video camera to capture source code, support multi-camera options, and support direct screenshot. Can be used as the development of video conferencing and video game references
- 2022-02-03 14:21:16下载
- 积分: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