-
C#YUV--RGB24
static double[,] YUV2RGB_CONVERT_MATRIX = new double[3, 3] { { 1, 0, 1.14 }, { 1, -0.39, -0.58 }, { 1, 2.03, 0 } };
- 2022-01-26 00:23:28下载
- 积分:1
-
H264编解码器源代码
资源描述H264编解码器源代码,包括H264编解码播放器和编解码的源代码
- 2022-05-30 12:03:18下载
- 积分:1
-
ScienceSlides 科研插图软件
ScienceSlides是非常方便快捷小巧的ppt插图软件,里边包含了大量的专业素材,比如神经元,细胞,人体结构,DNA等等,而且都是彩色的,具有很好的视觉效果。
- 2022-03-18 23:21:24下载
- 积分:1
-
电子地图信息系统
1 需求分析 1 2 系统总框图和功能模块说明 1 2.1 系统总框图 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 15:08:01下载
- 积分:1
-
MFCReadOBJ
读入Obj对象到MFC的文件,可以对对象进行旋转或者改变光照的程序.
Obj object to the MFC read the file, you can rotate the object or change the lighting process.
- 2023-01-28 05:00:04下载
- 积分:1
-
VC++三维曲面重建代码
能够很好的实现从点云数据实现三维曲面重建,实现效果非常好,传上来跟大学一起进步!
- 2022-02-03 21:36:52下载
- 积分:1
-
StL Data File Viewer
StereoLithography(StL) is something that is widely used in CAD/CAM, RapidPrototyping etc. The concept is that any surface or solid is exported to StL format by data exchange packages after they are modeled in commercial CAD packages. This data consists of triangulated facets that approximate the surface of the solid. No topological or geometric information is exported. The surface is subdivided into small triangles. The approximation uses chordal deflection for curved surfaces to smoothen the surface. More the smoothening required, more number of smaller triangles are generated by subdivision resulting in larger size of data file. Now, along with triangles, their facet normals are also generated. The data is written both in ASCII and binary formats. The data in ASCII is written like this:
- 2022-02-02 20:46:09下载
- 积分:1
-
图像融合算法
完美的图像处理算法,利用OPECV和拉普拉斯金子塔算法对两张图片进行分层再融合,本处只提供源代码,可将代码添加到工程中就可以运行图像处理的初学者一定要下着看看,完美的效率,完美的效果,果断分享
- 2023-01-12 19:25:03下载
- 积分:1
-
基于sift图像拼接(vs2010+opencv2.4.9)
通过sift算法提取图片的特征,然后用KD算法搜寻匹配特征,用RANSANC算法去除外点。计算单应矩阵H,变换浮动图像,插值计算,使用加权方式进行重叠区的融合。最后得到拼接图像,效果良好。
- 2023-07-12 09:40:05下载
- 积分:1
-
视频音频编解码
这是我自己做的一个视频音频编解码的程序。视频的编解码是使用的FFMpeg做的,包括环境的配置和引擎的初始化。音频的编解码采用的事faad和faac。另外视频的采集用的是opencv,不过用的是IPImage而不是CVMAT,凑活着用吧
- 2022-11-21 08:05:05下载
- 积分:1