-
闻亭的TDS642EVM,即DM642的字幕叠加实验程序,本人已测试通过。...
闻亭的TDS642EVM,即DM642的字幕叠加实验程序,本人已测试通过。
-Wen booths TDS642EVM, DM642 subtitles superimposed experimental procedure, I have the test.
- 2022-05-25 16:14:54下载
- 积分:1
-
海思解码
海思解码库下载(包含库文件、头文件、文档以及官方测试程序和源码)
- 2022-07-01 04:27:59下载
- 积分:1
-
相机捕获
实时图像处理与计算机视觉进行优化应用程序
OpenCV 的主要接口是在 c + +
另外还有 C、 Python 和 JAVA 接口
OpenCV 应用程序在 Windows、 Linux、 Mac、 Android iOS 上运行
针对英特尔处理器优化
核心-基本模块包括数据结构和基本的图像
处理功能
highgui-简单的用户界面及各种图像/视频采集
imgproc-基本的图像处理算法包括图像滤波,
图像变换、 色彩空间转换等。
视频-视频分析包括目标跟踪算法
objdetect-标准对象的识别算法
- 2022-02-15 14:43:22下载
- 积分:1
-
RTSP 客户端 C++ 源代码 (Visual Studio 20XX)
共有两个版本, 这是Windows版本, 分别在Visual Studio 2005/2008/2010上编译通过, 在Windows-7通过测试i
- 2022-02-01 00:33:00下载
- 积分:1
-
一个采集满足IIDC
一个采集满足IIDC-1394标准数码相机的驱动程序源代码,API函数的源代码,应用程序代码,直接可用。-A collection to meet the standard IIDC-1394 Digital Camera driver source code, API function, the source code, application code can be used directly.
- 2022-02-06 13:14:49下载
- 积分:1
-
C++实现Hog程序代码
资源描述
本人为了更好地理解hog算法,看了相关资料以后,用C++实现了hog算法。相对于Opencv自带的程序,要更简洁,易于理解。
希望对初学者有所帮助。
- 2022-02-06 21:43:42下载
- 积分:1
-
WINCE 下的UVC 驱动源代码,适用于所有的符合UVC标准的USB Camera设备,适用于WINCE5...
WINCE 下的UVC 驱动源代码,适用于所有的符合UVC标准的USB Camera设备,适用于WINCE5-WINCE under UVC driver source code, applies to all in line with the UVC standard USB Camera equipment, applicable to WINCE5
- 2022-03-07 00:10:37下载
- 积分:1
-
An enumeration of video equipment can be obtained and the procedure, you can con...
一个可以获取并枚举视频设备的程序,可以连接不同的视频设备并进行拍照-An enumeration of video equipment can be obtained and the procedure, you can connect different video equipment and take photos
- 2022-07-02 23:36:50下载
- 积分:1
-
TI DM6446 Workshop video playback part of the sample code
TI DM6446 Workshop 视频回放部分示例代码-TI DM6446 Workshop video playback part of the sample code
- 2023-07-24 19:10: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