-
非局部均值方法
用matlab实现non-local means 算法,在该实现版本中使用了进行了局部搜索优化,一定程度上提高了算法的效率
- 2022-05-30 13:28:34下载
- 积分:1
-
JPEG解码
JPEG的解压算法,可以帮助初学者明确了解JPEG格式信息,对照代码可以明白数据标识码在那边表示,也可以修改他们做出相应调整。对于刚接触JPEG格式的人来说是有用的。
- 2022-04-11 10:46:23下载
- 积分:1
-
二叉树的各种操作,实现插入,查找,删除等功能
二叉树的各种操作,实现插入,查找,删除等功能-binary tree operation, and achieve insert, search, delete function
- 2022-07-27 16:09:26下载
- 积分:1
-
公历,阴历转换源代码
公历,阴历转换源代码-calendar, the lunar calendar change source code
- 2022-03-30 21:43:24下载
- 积分:1
-
在一些阵列算法,二分法的东西我觉得好的排序,电话..
关于数组的一些算法,有关二分法排序的一些东西我感觉还不错,大家给指导一下看看有什么不足之处-Algorithm on some of the array, the sort of dichotomy something I feel good, tell everyone to see what the inadequacies of
- 2022-09-03 09:25:03下载
- 积分:1
-
人脸追踪 FaceTrace
应用背景
人脸识别 人脸追踪
The software is provided under the terms of this licence stricly for
// academic, non-commercial, not-for-profit purposes.
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions (licence) and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions (licence) and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * The name of the author may not be used to endorse or promote products
// derived from this software without specific prior written permission.
// * As this software d
- 2022-08-14 06:55:42下载
- 积分:1
-
ffmpeg创建rtp视频流
代码主要包含两部分,第一部分打开摄像头,开始录制视频,主要步骤如下:
设置打开参数dshow,以dshow打开并列出所有多媒体设备,打开视频流,获取编码器,打开编码器,读取流,解码,对帧进行转换(因为默认的图片格式为YUVY422而h264编码需要格式为YUV420)
第二部分,将第一步解码的图片进行编码,加入rtp视频流
新建视频流,设置编码参数,打开编码器,将编码格式设为实时编码,编码,并打印sdp信息,关闭相关函数。
文件中包含cpp文件和相关的头文件,库,以及dll文件
- 2022-03-17 01:53:30下载
- 积分:1
-
Ransac C++源码
RANSAC方法是一种鲁棒性的参数估计方法。它的基本思想是,首先根据具体问题设计出某种目标函数,然后通过反复提取最小点集估计该函数中参数的初始值,利用这些初始参数值把所有的数据分为所谓的“内点”(Inliers,即满足估计参数的点)和“外点”(Outliers,即不满足估计参数的点),最后反过来用所有的“内点 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-27 11:54:02下载
- 积分:1
-
《matlab6.5辅助小波分析与应用例程》书籍源代码
《matlab6.5辅助小波分析与应用例程》书籍-源代码。书籍内容:第一章 小波分析基础理论第二章 MATLAB 6.5小波分析示例第三章 MATLAB6.5小波包分析示例第四章 面向对象的设计及应用第五章 小波函数的添加第六章 小波分析用于信号处理 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-04 14:09:28下载
- 积分:1
-
这个程序分别用二分法,Newton法,弦截法,Newton下山法等算法求解非线性方程...
这个程序分别用二分法,Newton法,弦截法,Newton下山法等算法求解非线性方程-this procedure were used dichotomy, Newton, String interception, Newton downhill law for solving nonlinear equations
- 2022-11-19 17:30:03下载
- 积分:1