-
source code for motion detection implement with csharp programimng (GUI)
source code for motion detection implement with csharp programimng (GUI)
- 2022-03-21 04:17:34下载
- 积分:1
-
cy68013 数据采集源代码
cy68013 数据采集,开发工具是VS2010,利用MFC面向对象使用双线程采集数据绘图!
上位机通讯API是根据光放的CYAPI写的,很有参考价值,所有的fucntion都是手码的,多多支持!
- 2023-01-10 12:35:08下载
- 积分:1
-
对JPEG进行编码,压缩后的编码性能较优,质量较高
对JPEG进行编码,压缩后的编码性能较优,质量较高 -jpeg coded with vc++ developping tool
- 2023-01-03 04:30: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
-
单目标的跟踪和计数
基于背景差分法的使用以及对三帧差分法的理解,使用三帧差分对目标轮廓进行检索,能够统计检测到的人数,识别率较高。
- 2022-01-31 05:34:06下载
- 积分:1
-
video Capture
video Capture
- 2022-09-06 19:05:03下载
- 积分:1
-
SOCKET programming using DirectDraw and realize the network to receive video dat...
利用DIRECTDRAW以及SOCKET编程实现网络视频数据的接收和显示-SOCKET programming using DirectDraw and realize the network to receive video data and display
- 2022-04-24 04:43:30下载
- 积分:1
-
基于C#的视频捕捉程序,通过定义两个类,来封装视频捕捉操作...
基于C#的视频捕捉程序,通过定义两个类,来封装视频捕捉操作-C# based on the video capture process, by defining the two categories, to package video capture operation
- 2023-08-31 10:10:03下载
- 积分:1
-
用手机拍照,可设置相机的照片质量,很小也很实用
用手机拍照,可设置相机的照片质量,很小也很实用
- 2023-01-27 01:05:03下载
- 积分:1
-
使用DirectShow抓屏的Demo程序
使用DirectShow抓屏的Demo程序-The use of DirectShow screenshots of the Demo program
- 2022-03-07 01:11:16下载
- 积分:1